Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripSeparatorRenderEventArgs.cs / 1305376 / 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
- InstrumentationTracker.cs
- ColumnPropertiesGroup.cs
- SqlDependencyListener.cs
- WorkflowRuntime.cs
- LocatorBase.cs
- XmlQueryOutput.cs
- MustUnderstandSoapException.cs
- DefaultParameterValueAttribute.cs
- HttpAsyncResult.cs
- HotSpotCollectionEditor.cs
- MarkupCompilePass1.cs
- CompositionTarget.cs
- EdmComplexPropertyAttribute.cs
- HGlobalSafeHandle.cs
- TextContainerHelper.cs
- webeventbuffer.cs
- LinqDataSourceStatusEventArgs.cs
- XmlSchemaFacet.cs
- ValueQuery.cs
- SQLDoubleStorage.cs
- TransactionBridgeSection.cs
- ProcessModelSection.cs
- CalendarAutoFormat.cs
- XmlNamedNodeMap.cs
- OperandQuery.cs
- EntityFrameworkVersions.cs
- RemotingConfiguration.cs
- ColorConvertedBitmapExtension.cs
- ImageSource.cs
- KernelTypeValidation.cs
- Control.cs
- DeviceOverridableAttribute.cs
- TemplatedMailWebEventProvider.cs
- StateManagedCollection.cs
- codemethodreferenceexpression.cs
- XsdBuilder.cs
- safePerfProviderHandle.cs
- Content.cs
- TdsParserHelperClasses.cs
- backend.cs
- XmlSchemaImport.cs
- ProcessHostFactoryHelper.cs
- ChildChangedEventArgs.cs
- DBConnectionString.cs
- NoPersistProperty.cs
- BuildProvider.cs
- DelegateTypeInfo.cs
- UniqueEventHelper.cs
- KeyGesture.cs
- SerializationObjectManager.cs
- WsdlImporterElementCollection.cs
- TypeGeneratedEventArgs.cs
- DtrList.cs
- FileAuthorizationModule.cs
- RootDesignerSerializerAttribute.cs
- BamlLocalizationDictionary.cs
- TabControl.cs
- XmlSchemaSimpleTypeList.cs
- TemplateBaseAction.cs
- sqlnorm.cs
- ProtectedConfigurationSection.cs
- SingleKeyFrameCollection.cs
- SortedSetDebugView.cs
- PrivilegeNotHeldException.cs
- FontUnit.cs
- JulianCalendar.cs
- RegexRunnerFactory.cs
- DrawingGroup.cs
- ProgramNode.cs
- ServiceOperationUIEditor.cs
- SafeLocalMemHandle.cs
- TypeRestriction.cs
- TrustLevel.cs
- DbResourceAllocator.cs
- SqlProvider.cs
- ChangesetResponse.cs
- WebAdminConfigurationHelper.cs
- PageAsyncTask.cs
- PriorityQueue.cs
- ObjectListField.cs
- TrackingProfileSerializer.cs
- TripleDESCryptoServiceProvider.cs
- HttpApplicationStateWrapper.cs
- UnsafeNativeMethods.cs
- TextRunProperties.cs
- SqlError.cs
- ITextView.cs
- UnsafeNativeMethods.cs
- Misc.cs
- SetterBase.cs
- ApplicationSecurityInfo.cs
- StylusPlugin.cs
- VirtualizingPanel.cs
- ProfileServiceManager.cs
- LinkedResourceCollection.cs
- ByteViewer.cs
- DateTimeConverter2.cs
- ClientBuildManagerCallback.cs
- PrePrepareMethodAttribute.cs
- DateTimePicker.cs