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
- MobileErrorInfo.cs
- SqlReorderer.cs
- EventLogException.cs
- ActiveDocumentEvent.cs
- EditorZoneBase.cs
- DefaultPrintController.cs
- ContentFilePart.cs
- HelpPage.cs
- TypeUsageBuilder.cs
- BindingManagerDataErrorEventArgs.cs
- ProcessHostMapPath.cs
- DataGridColumnCollectionEditor.cs
- ControlParser.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- GlyphRunDrawing.cs
- HistoryEventArgs.cs
- ColumnReorderedEventArgs.cs
- UICuesEvent.cs
- DataGridViewColumnStateChangedEventArgs.cs
- CancellationTokenRegistration.cs
- StringWriter.cs
- HtmlGenericControl.cs
- ElementsClipboardData.cs
- ZipIOExtraField.cs
- SQLDateTime.cs
- WindowsTokenRoleProvider.cs
- CubicEase.cs
- odbcmetadatacolumnnames.cs
- EnumerableRowCollectionExtensions.cs
- SrgsGrammar.cs
- DesignerEventService.cs
- StoreAnnotationsMap.cs
- ObjectStateEntryDbDataRecord.cs
- StreamReader.cs
- SystemMulticastIPAddressInformation.cs
- DataGridViewCellStyleConverter.cs
- IndexedString.cs
- MobileControlBuilder.cs
- Models.cs
- WebConfigurationManager.cs
- DataView.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DateTimeValueSerializer.cs
- CorrelationResolver.cs
- IriParsingElement.cs
- WmlControlAdapter.cs
- TypeExtensionConverter.cs
- ProjectionAnalyzer.cs
- BinHexDecoder.cs
- SafeBitVector32.cs
- X509CertificateChain.cs
- PackageFilter.cs
- GeneratedView.cs
- ReceiveCompletedEventArgs.cs
- ButtonBaseAdapter.cs
- Parameter.cs
- RegistryHandle.cs
- SystemWebSectionGroup.cs
- WebReferencesBuildProvider.cs
- ParamArrayAttribute.cs
- SQLMoneyStorage.cs
- FactoryId.cs
- FixedHyperLink.cs
- SamlAction.cs
- ProxyBuilder.cs
- Journal.cs
- PathFigureCollection.cs
- MissingManifestResourceException.cs
- PixelFormats.cs
- HttpModulesSection.cs
- PtsCache.cs
- ClientBuildManager.cs
- FileUtil.cs
- WebServiceFault.cs
- DataGridView.cs
- SafeCoTaskMem.cs
- HtmlShimManager.cs
- ListBindableAttribute.cs
- UpdateException.cs
- TimeoutException.cs
- DoubleAnimation.cs
- CodeGenerator.cs
- DependencyPropertyKind.cs
- DataException.cs
- WebPartManagerInternals.cs
- Utility.cs
- FixedSOMPageElement.cs
- HashAlgorithm.cs
- LabelDesigner.cs
- DbProviderFactory.cs
- EncoderParameters.cs
- DesignerSerializationManager.cs
- AnimatedTypeHelpers.cs
- ErrorFormatterPage.cs
- X509Extension.cs
- CmsUtils.cs
- SkipStoryboardToFill.cs
- TemplatePagerField.cs
- MessagingActivityHelper.cs
- SiteMapProvider.cs