Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripSeparatorRenderEventArgs.cs / 1 / ToolStripSeparatorRenderEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Drawing; ////// /// This class represents all the information to render the winbar /// public class ToolStripSeparatorRenderEventArgs : ToolStripItemRenderEventArgs { private bool vertical = false; ////// /// This class represents all the information to render the winbar /// public ToolStripSeparatorRenderEventArgs(Graphics g, ToolStripSeparator separator, bool vertical) : base(g, separator) { this.vertical = vertical; } ////// /// the graphics object to draw with /// public bool Vertical { get { return vertical; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Drawing; ////// /// This class represents all the information to render the winbar /// public class ToolStripSeparatorRenderEventArgs : ToolStripItemRenderEventArgs { private bool vertical = false; ////// /// This class represents all the information to render the winbar /// public ToolStripSeparatorRenderEventArgs(Graphics g, ToolStripSeparator separator, bool vertical) : base(g, separator) { this.vertical = vertical; } ////// /// the graphics object to draw with /// public bool Vertical { get { return vertical; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextControl.cs
- ConstructorNeedsTagAttribute.cs
- HasCopySemanticsAttribute.cs
- TypeConverterHelper.cs
- _SafeNetHandles.cs
- IncrementalHitTester.cs
- AccessText.cs
- ApplicationBuildProvider.cs
- BufferedGraphicsContext.cs
- KnownTypeHelper.cs
- SystemInfo.cs
- ToolStripTemplateNode.cs
- SizeConverter.cs
- VarInfo.cs
- BaseCollection.cs
- DirectionalLight.cs
- XmlAtomicValue.cs
- Soap.cs
- ProcessHostServerConfig.cs
- InstanceValue.cs
- WebPartCloseVerb.cs
- ResXFileRef.cs
- DrawingVisual.cs
- AndCondition.cs
- ResumeStoryboard.cs
- XmlDataLoader.cs
- _AutoWebProxyScriptEngine.cs
- EdmType.cs
- FrameworkElementFactoryMarkupObject.cs
- Visitor.cs
- TransformDescriptor.cs
- HelloOperationAsyncResult.cs
- SemanticResultValue.cs
- IntPtr.cs
- ToolTipAutomationPeer.cs
- ToolStripTemplateNode.cs
- CmsInterop.cs
- PathData.cs
- Menu.cs
- Encoder.cs
- FormViewPagerRow.cs
- ResXDataNode.cs
- SpecularMaterial.cs
- ProviderException.cs
- RadioButton.cs
- SHA1Cng.cs
- ObjectListField.cs
- BamlLocalizabilityResolver.cs
- WebSysDescriptionAttribute.cs
- ValidatedControlConverter.cs
- LabelDesigner.cs
- DesignerDataTable.cs
- UIElement3D.cs
- assertwrapper.cs
- HttpResponseHeader.cs
- UpdatePanel.cs
- ListViewCommandEventArgs.cs
- BindingExpressionBase.cs
- SecurityContextSecurityTokenResolver.cs
- ReferenceConverter.cs
- PolyLineSegmentFigureLogic.cs
- MeasureItemEvent.cs
- PowerModeChangedEventArgs.cs
- QueryOpeningEnumerator.cs
- LogEntryHeaderDeserializer.cs
- GlyphCache.cs
- _NTAuthentication.cs
- Splitter.cs
- XsltArgumentList.cs
- CompilerState.cs
- ClockController.cs
- XmlToDatasetMap.cs
- WaitHandle.cs
- ToolBarButtonClickEvent.cs
- IndependentlyAnimatedPropertyMetadata.cs
- SmiEventSink_DeferedProcessing.cs
- SettingsPropertyWrongTypeException.cs
- SafeRightsManagementQueryHandle.cs
- ServiceObjectContainer.cs
- DependencyProperty.cs
- SerialReceived.cs
- TagElement.cs
- Comparer.cs
- PriorityQueue.cs
- FlowSwitchDesigner.xaml.cs
- GACIdentityPermission.cs
- PolicyException.cs
- StyleXamlTreeBuilder.cs
- NonClientArea.cs
- CardSpacePolicyElement.cs
- StringValueSerializer.cs
- OdbcDataAdapter.cs
- CapabilitiesRule.cs
- HttpListenerContext.cs
- StyleSheetRefUrlEditor.cs
- XsdBuilder.cs
- AutoResetEvent.cs
- KnownAssemblyEntry.cs
- ComboBoxItem.cs
- MemoryPressure.cs