Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PreservationFileWriter.cs
- ParallelLoopState.cs
- SqlServer2KCompatibilityAnnotation.cs
- EditorPartCollection.cs
- UniqueIdentifierService.cs
- ClipboardData.cs
- PolicyFactory.cs
- TextFormattingConverter.cs
- XmlSchemaCompilationSettings.cs
- ListItem.cs
- DependencyPropertyKey.cs
- ClientOptions.cs
- PassportIdentity.cs
- OleDbRowUpdatingEvent.cs
- OuterGlowBitmapEffect.cs
- RepeaterItemCollection.cs
- AliasedSlot.cs
- DataGridViewCellConverter.cs
- DataGridViewCheckBoxCell.cs
- ApplicationInfo.cs
- DispatcherOperation.cs
- PropertyBuilder.cs
- DataGridViewRowHeaderCell.cs
- TdsParserSessionPool.cs
- FixedFlowMap.cs
- PriorityQueue.cs
- WriteableBitmap.cs
- HttpStaticObjectsCollectionWrapper.cs
- NamespaceExpr.cs
- UDPClient.cs
- DocumentOrderQuery.cs
- UserNameSecurityTokenAuthenticator.cs
- StrokeNodeData.cs
- EntityChangedParams.cs
- PackWebResponse.cs
- EventLogReader.cs
- PropertyGrid.cs
- GridViewCommandEventArgs.cs
- TouchPoint.cs
- Compiler.cs
- DatatypeImplementation.cs
- __Filters.cs
- EmptyStringExpandableObjectConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- WebBrowser.cs
- ScriptReference.cs
- AuthenticodeSignatureInformation.cs
- SelectManyQueryOperator.cs
- PageSettings.cs
- GridViewCommandEventArgs.cs
- ThemeDirectoryCompiler.cs
- RSACryptoServiceProvider.cs
- PropertyDescriptor.cs
- ViewDesigner.cs
- DataGrid.cs
- StartUpEventArgs.cs
- EventPropertyMap.cs
- StyleModeStack.cs
- CellLabel.cs
- RepeaterItemEventArgs.cs
- AuthorizationSection.cs
- MimeTypeMapper.cs
- ColorTransform.cs
- PermissionSetTriple.cs
- Version.cs
- SerializationAttributes.cs
- CollectionViewProxy.cs
- MemoryPressure.cs
- StoreItemCollection.cs
- MetadataProperty.cs
- TypeDescriptor.cs
- _SafeNetHandles.cs
- UnaryExpression.cs
- ErrorRuntimeConfig.cs
- XmlSchemaGroupRef.cs
- AlignmentXValidation.cs
- UnionCodeGroup.cs
- ColumnWidthChangedEvent.cs
- XmlNamespaceManager.cs
- XmlCompatibilityReader.cs
- TargetInvocationException.cs
- ObjectItemAttributeAssemblyLoader.cs
- SyntaxCheck.cs
- MetadataArtifactLoader.cs
- VoiceInfo.cs
- SubtreeProcessor.cs
- DataRecord.cs
- TagPrefixCollection.cs
- XmlSchemaSimpleContentExtension.cs
- LinkClickEvent.cs
- MasterPageCodeDomTreeGenerator.cs
- EdmComplexTypeAttribute.cs
- RSAOAEPKeyExchangeDeformatter.cs
- MulticastOption.cs
- SmiMetaData.cs
- TemplateBuilder.cs
- DataSourceCacheDurationConverter.cs
- WebServiceBindingAttribute.cs
- validationstate.cs
- DecimalConstantAttribute.cs