Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- BezierSegment.cs
- basevalidator.cs
- FrameworkElementAutomationPeer.cs
- MatrixAnimationBase.cs
- ResourcePermissionBaseEntry.cs
- TextWriter.cs
- _LoggingObject.cs
- DbConnectionClosed.cs
- EntityWithKeyStrategy.cs
- ISAPIWorkerRequest.cs
- OneToOneMappingSerializer.cs
- UdpConstants.cs
- IsolatedStorageFileStream.cs
- SystemIPv6InterfaceProperties.cs
- ISFClipboardData.cs
- CommandBinding.cs
- AuthenticationModuleElement.cs
- TablePattern.cs
- JournalNavigationScope.cs
- TileBrush.cs
- UrlMapping.cs
- PeerHelpers.cs
- ParseHttpDate.cs
- DbMetaDataColumnNames.cs
- SystemIPAddressInformation.cs
- PathGeometry.cs
- DeviceOverridableAttribute.cs
- CreateUserWizardStep.cs
- TripleDES.cs
- JulianCalendar.cs
- SByteConverter.cs
- HttpListener.cs
- SelectionItemPatternIdentifiers.cs
- EdgeProfileValidation.cs
- ExecutionEngineException.cs
- XmlIlTypeHelper.cs
- WebPartConnectionCollection.cs
- BridgeDataRecord.cs
- WebScriptEndpoint.cs
- DataObjectSettingDataEventArgs.cs
- RawAppCommandInputReport.cs
- BaseDataListActionList.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- PersistenceIOParticipant.cs
- Brush.cs
- BuildDependencySet.cs
- DataGridItemAutomationPeer.cs
- SiteMapNodeCollection.cs
- PrintEvent.cs
- SerialStream.cs
- MembershipSection.cs
- StorageEndPropertyMapping.cs
- WebPartChrome.cs
- CompositeDataBoundControl.cs
- ExtendedProperty.cs
- WebPartMovingEventArgs.cs
- Queue.cs
- UnsafeNativeMethods.cs
- NativeMethodsCLR.cs
- RegexMatchCollection.cs
- RangeValidator.cs
- DefaultTraceListener.cs
- baseshape.cs
- UnicastIPAddressInformationCollection.cs
- IntranetCredentialPolicy.cs
- GlyphShapingProperties.cs
- ChangesetResponse.cs
- TextEditorDragDrop.cs
- FixedDocumentPaginator.cs
- CurrentTimeZone.cs
- TabletCollection.cs
- MembershipUser.cs
- WebPartAuthorizationEventArgs.cs
- MsmqDiagnostics.cs
- NavigationEventArgs.cs
- RangeBaseAutomationPeer.cs
- ImageMapEventArgs.cs
- TextAutomationPeer.cs
- Parser.cs
- SecurityPolicySection.cs
- HttpRequestCacheValidator.cs
- SoapExtension.cs
- SHA1.cs
- ReadOnlyMetadataCollection.cs
- SqlDataSourceFilteringEventArgs.cs
- CodeCommentStatement.cs
- SqlProvider.cs
- ManagementQuery.cs
- XmlWrappingReader.cs
- ListControlDesigner.cs
- _PooledStream.cs
- OdbcException.cs
- InputProcessorProfiles.cs
- LinearGradientBrush.cs
- Registry.cs
- SchemaElementLookUpTableEnumerator.cs
- XPathDescendantIterator.cs
- SerialReceived.cs
- TypeUsage.cs
- CurrentChangingEventManager.cs