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
- _ListenerResponseStream.cs
- returneventsaver.cs
- TextParentUndoUnit.cs
- DataBoundLiteralControl.cs
- ProcessExitedException.cs
- CallbackWrapper.cs
- FrameSecurityDescriptor.cs
- ScriptBehaviorDescriptor.cs
- PtsCache.cs
- ImmutableObjectAttribute.cs
- SoapSchemaImporter.cs
- InheritanceAttribute.cs
- TypeContext.cs
- ServiceX509SecurityTokenProvider.cs
- DesignerDataParameter.cs
- ActivityStateRecord.cs
- XmlSchemaCollection.cs
- OleTxTransactionInfo.cs
- Int16KeyFrameCollection.cs
- GraphicsPathIterator.cs
- Journaling.cs
- WebConfigurationManager.cs
- SafeArrayTypeMismatchException.cs
- XamlWriter.cs
- CompilerCollection.cs
- UnionExpr.cs
- RemotingSurrogateSelector.cs
- HostedTransportConfigurationBase.cs
- Native.cs
- ExpressionBuilderCollection.cs
- ConfigPathUtility.cs
- ReliabilityContractAttribute.cs
- InstanceDataCollectionCollection.cs
- _NetworkingPerfCounters.cs
- NotifyParentPropertyAttribute.cs
- FactoryRecord.cs
- DescriptionCreator.cs
- CompositeFontInfo.cs
- ApplicationCommands.cs
- DeleteHelper.cs
- _NetRes.cs
- CopyAction.cs
- ControlValuePropertyAttribute.cs
- Process.cs
- TraceInternal.cs
- RowToFieldTransformer.cs
- PeerNameResolver.cs
- BaseTemplateParser.cs
- ProvidersHelper.cs
- HttpPostedFile.cs
- TypeUsageBuilder.cs
- InternalControlCollection.cs
- NodeCounter.cs
- AssemblyHash.cs
- TemplateModeChangedEventArgs.cs
- XmlTextReaderImpl.cs
- Domain.cs
- SafeLocalMemHandle.cs
- Int32RectValueSerializer.cs
- SafeEventLogReadHandle.cs
- SqlConnectionManager.cs
- ContentElementAutomationPeer.cs
- WinFormsSpinner.cs
- SamlSerializer.cs
- COM2ColorConverter.cs
- UserNameSecurityTokenProvider.cs
- ControlType.cs
- ExecutionTracker.cs
- WriteFileContext.cs
- LicenseContext.cs
- GetCryptoTransformRequest.cs
- RootAction.cs
- WebBrowserNavigatedEventHandler.cs
- DocumentOrderComparer.cs
- ProxyGenerationError.cs
- MILUtilities.cs
- SelectiveScrollingGrid.cs
- _TLSstream.cs
- GenericUriParser.cs
- PtsCache.cs
- DataGridViewImageCell.cs
- IResourceProvider.cs
- ProcessHostServerConfig.cs
- ApplicationDirectory.cs
- OutputCacheSection.cs
- ProjectionCamera.cs
- clipboard.cs
- ClipboardProcessor.cs
- CompareInfo.cs
- RegexGroupCollection.cs
- NativeMethods.cs
- Converter.cs
- ResXDataNode.cs
- SpeechSeg.cs
- DataPagerField.cs
- DbConnectionPoolIdentity.cs
- storagemappingitemcollection.viewdictionary.cs
- DesignerTransactionCloseEvent.cs
- AutomationEventArgs.cs
- Rect3D.cs