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
- Process.cs
- InfocardInteractiveChannelInitializer.cs
- ToolTip.cs
- GridViewUpdateEventArgs.cs
- TdsParserSessionPool.cs
- NativeMethods.cs
- ParamArrayAttribute.cs
- DetailsViewDeletedEventArgs.cs
- UriTemplateClientFormatter.cs
- XPathAncestorQuery.cs
- XamlFxTrace.cs
- ButtonAutomationPeer.cs
- SafeThemeHandle.cs
- Int32KeyFrameCollection.cs
- EntityDataSource.cs
- InputScopeAttribute.cs
- DecoderReplacementFallback.cs
- RegionIterator.cs
- NetworkInformationException.cs
- SystemGatewayIPAddressInformation.cs
- RegistryKey.cs
- VisualStates.cs
- precedingsibling.cs
- EventQueueState.cs
- LZCodec.cs
- SafeNativeMethods.cs
- CatalogPart.cs
- StrokeNodeOperations.cs
- PageEventArgs.cs
- FilteredDataSetHelper.cs
- TextBox.cs
- DESCryptoServiceProvider.cs
- DetailsViewRowCollection.cs
- XmlName.cs
- ValidatorCompatibilityHelper.cs
- CompilationRelaxations.cs
- Rect.cs
- DataServiceKeyAttribute.cs
- WarningException.cs
- ProtectedConfiguration.cs
- BufferedOutputStream.cs
- ToolStripItemCollection.cs
- DataGridViewSelectedRowCollection.cs
- WebConvert.cs
- NGCSerializerAsync.cs
- HtmlInputControl.cs
- Subtree.cs
- SqlGatherProducedAliases.cs
- TemplateEditingVerb.cs
- FontFamily.cs
- FileVersionInfo.cs
- ArrayTypeMismatchException.cs
- AlgoModule.cs
- DesignerAdapterAttribute.cs
- SystemWebSectionGroup.cs
- Message.cs
- ActivityTrace.cs
- SafeNativeMethods.cs
- XmlSchemaAttributeGroup.cs
- X509SubjectKeyIdentifierClause.cs
- _Rfc2616CacheValidators.cs
- Utility.cs
- QuerySettings.cs
- WebPartChrome.cs
- xdrvalidator.cs
- CodeGen.cs
- HierarchicalDataBoundControlAdapter.cs
- SoapTypeAttribute.cs
- SynchronousChannel.cs
- VoiceChangeEventArgs.cs
- PrintDocument.cs
- BitmapDecoder.cs
- ErrorRuntimeConfig.cs
- RegexCaptureCollection.cs
- ListViewUpdateEventArgs.cs
- EventLogger.cs
- StringCollection.cs
- SoapObjectReader.cs
- ContainerAction.cs
- ClientApiGenerator.cs
- TableLayoutSettings.cs
- AppliedDeviceFiltersEditor.cs
- HttpVersion.cs
- PngBitmapDecoder.cs
- RectAnimationClockResource.cs
- CorrelationManager.cs
- ParameterElementCollection.cs
- TcpProcessProtocolHandler.cs
- VariantWrapper.cs
- SafeEventLogReadHandle.cs
- SecurityUtils.cs
- SchemaName.cs
- EqualityComparer.cs
- CodeCommentStatementCollection.cs
- ManagedIStream.cs
- BinHexEncoder.cs
- AccessorTable.cs
- InstancePersistenceContext.cs
- ControlCollection.cs
- Win32Interop.cs