Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Point3DIndependentAnimationStorage.cs
- TraceShell.cs
- SQLBinaryStorage.cs
- ByteStreamGeometryContext.cs
- SizeChangedEventArgs.cs
- TimeoutHelper.cs
- PageFunction.cs
- TextBoxRenderer.cs
- ToolZone.cs
- ObjectAssociationEndMapping.cs
- DbParameterCollection.cs
- DataGridViewCellFormattingEventArgs.cs
- ResourceContainer.cs
- GlobalProxySelection.cs
- WizardForm.cs
- TreePrinter.cs
- AnnotationResource.cs
- StateChangeEvent.cs
- FilterQuery.cs
- BindingList.cs
- XmlHierarchyData.cs
- GroupByExpressionRewriter.cs
- RelatedEnd.cs
- HideDisabledControlAdapter.cs
- BStrWrapper.cs
- TripleDES.cs
- Int64KeyFrameCollection.cs
- SqlCacheDependencyDatabase.cs
- JsonXmlDataContract.cs
- PolicyManager.cs
- Schema.cs
- Console.cs
- SourceFilter.cs
- XsltContext.cs
- HGlobalSafeHandle.cs
- PersistenceException.cs
- GlyphInfoList.cs
- PermissionSet.cs
- SHA1.cs
- MdImport.cs
- InstanceDataCollection.cs
- ListItemConverter.cs
- DPTypeDescriptorContext.cs
- GifBitmapDecoder.cs
- Enum.cs
- EditingCommands.cs
- Tablet.cs
- InputReferenceExpression.cs
- AttachInfo.cs
- ISFClipboardData.cs
- XmlSchemaProviderAttribute.cs
- LZCodec.cs
- EventItfInfo.cs
- GreenMethods.cs
- CompositeDataBoundControl.cs
- RenderingEventArgs.cs
- DbProviderManifest.cs
- sqlinternaltransaction.cs
- BitmapEncoder.cs
- HttpCapabilitiesEvaluator.cs
- XPathArrayIterator.cs
- FreeFormDesigner.cs
- ConnectionProviderAttribute.cs
- ObjectHandle.cs
- EntityKey.cs
- ElementProxy.cs
- HuffModule.cs
- XmlSchema.cs
- DetailsViewDeleteEventArgs.cs
- StylusTip.cs
- DependencySource.cs
- BitSet.cs
- AnchoredBlock.cs
- AnnotationResource.cs
- WeakReadOnlyCollection.cs
- PrtTicket_Public_Simple.cs
- QilNode.cs
- ComboBoxItem.cs
- StructuredProperty.cs
- CommandField.cs
- DesignerActionListCollection.cs
- StringArrayConverter.cs
- VisualStyleTypesAndProperties.cs
- TableLayoutSettingsTypeConverter.cs
- SQLInt32Storage.cs
- XmlSerializer.cs
- validation.cs
- InkCanvasInnerCanvas.cs
- StackOverflowException.cs
- ServicePointManager.cs
- OutputCacheProviderCollection.cs
- TemplateBindingExpression.cs
- CorrelationResolver.cs
- OleDbFactory.cs
- CompiledQuery.cs
- WpfXamlLoader.cs
- HwndHost.cs
- IxmlLineInfo.cs
- SafeIUnknown.cs
- bidPrivateBase.cs