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
- SqlClientFactory.cs
- PropertyConverter.cs
- RegisteredScript.cs
- FormViewDeletedEventArgs.cs
- DesignerSerializerAttribute.cs
- Msmq4PoisonHandler.cs
- Journal.cs
- CompiledQueryCacheEntry.cs
- CDSCollectionETWBCLProvider.cs
- StringDictionary.cs
- ReachPageContentSerializerAsync.cs
- ImageSource.cs
- Operand.cs
- DescendentsWalkerBase.cs
- CollectionConverter.cs
- HttpModuleActionCollection.cs
- DispatcherExceptionFilterEventArgs.cs
- EntityStoreSchemaGenerator.cs
- LazyTextWriterCreator.cs
- RoutedEventArgs.cs
- WebServiceAttribute.cs
- EllipseGeometry.cs
- MatrixTransform.cs
- ZipIOExtraFieldZip64Element.cs
- ViewGenerator.cs
- ConsoleKeyInfo.cs
- LedgerEntryCollection.cs
- Collection.cs
- SmtpAuthenticationManager.cs
- StringAnimationBase.cs
- MasterPage.cs
- WhiteSpaceTrimStringConverter.cs
- DynamicMethod.cs
- GeneralTransform3DTo2DTo3D.cs
- WebControlsSection.cs
- StateBag.cs
- HttpApplicationStateWrapper.cs
- HttpProxyTransportBindingElement.cs
- ClosableStream.cs
- DesignerActionHeaderItem.cs
- QilScopedVisitor.cs
- EntityWrapper.cs
- SecurityVerifiedMessage.cs
- EmptyEnumerator.cs
- CodeChecksumPragma.cs
- XmlWrappingReader.cs
- updateconfighost.cs
- NetSectionGroup.cs
- MenuItem.cs
- CompositeDesignerAccessibleObject.cs
- RSAPKCS1KeyExchangeFormatter.cs
- InkCanvas.cs
- FieldMetadata.cs
- DiscoveryClientOutputChannel.cs
- EntitySet.cs
- Viewport3DVisual.cs
- RenderContext.cs
- BindingCollection.cs
- TemplatedMailWebEventProvider.cs
- TextEditorTyping.cs
- RpcAsyncResult.cs
- SqlBulkCopyColumnMappingCollection.cs
- SourceLocationProvider.cs
- LiteralSubsegment.cs
- AssociatedControlConverter.cs
- PrintDialogDesigner.cs
- _NTAuthentication.cs
- MetaType.cs
- XmlObjectSerializerReadContext.cs
- Util.cs
- UserNameSecurityTokenAuthenticator.cs
- ProxyGenerator.cs
- XmlNode.cs
- StateDesigner.Layouts.cs
- Int32Converter.cs
- PerformanceCountersBase.cs
- SecurityPolicySection.cs
- PreservationFileWriter.cs
- SqlBooleanMismatchVisitor.cs
- ADMembershipUser.cs
- Int32CollectionConverter.cs
- HttpListener.cs
- DivideByZeroException.cs
- LinkTarget.cs
- WebServiceData.cs
- IntegrationExceptionEventArgs.cs
- WindowsSlider.cs
- TextBlockAutomationPeer.cs
- ToolStripControlHost.cs
- IList.cs
- PointCollectionConverter.cs
- ContextDataSourceContextData.cs
- SmiMetaData.cs
- PluralizationService.cs
- TimeSpanConverter.cs
- _ListenerAsyncResult.cs
- StringDictionaryWithComparer.cs
- RoleBoolean.cs
- LambdaCompiler.ControlFlow.cs
- BoundField.cs