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
- RefreshPropertiesAttribute.cs
- WorkflowApplicationException.cs
- TreeNodeMouseHoverEvent.cs
- XmlLoader.cs
- NestedContainer.cs
- DependencyPropertyChangedEventArgs.cs
- ValidatorCompatibilityHelper.cs
- TextServicesContext.cs
- PropertiesTab.cs
- DataGridViewColumnEventArgs.cs
- ContextMenuAutomationPeer.cs
- DataStorage.cs
- HtmlElementEventArgs.cs
- propertytag.cs
- IdentityHolder.cs
- ObsoleteAttribute.cs
- OperationAbortedException.cs
- CodeSubDirectory.cs
- BitmapEffectDrawingContent.cs
- AssociationSet.cs
- DependencyPropertyAttribute.cs
- SqlNotificationEventArgs.cs
- WebPartRestoreVerb.cs
- PresentationTraceSources.cs
- ExtractedStateEntry.cs
- MasterPage.cs
- MenuItemCollection.cs
- ServiceOperationWrapper.cs
- MessageOperationFormatter.cs
- GPRECT.cs
- ExceptionHelpers.cs
- Util.cs
- MemoryResponseElement.cs
- DiscoveryInnerClientAdhocCD1.cs
- WorkerRequest.cs
- ObjectDataSourceStatusEventArgs.cs
- DocumentApplication.cs
- CheckBoxList.cs
- UpdateCommand.cs
- DataRelation.cs
- NativeMethods.cs
- precedingquery.cs
- TimeStampChecker.cs
- ProcessHostConfigUtils.cs
- SerialPort.cs
- StreamInfo.cs
- PrimitiveSchema.cs
- StorageMappingItemLoader.cs
- objectresult_tresulttype.cs
- NetworkInterface.cs
- HtmlContainerControl.cs
- SecurityTokenException.cs
- TemplateBindingExtension.cs
- WasHttpModulesInstallComponent.cs
- User.cs
- ContentType.cs
- HotSpot.cs
- MenuBindingsEditor.cs
- DockAndAnchorLayout.cs
- RuntimeCompatibilityAttribute.cs
- DataGridViewSortCompareEventArgs.cs
- CompressStream.cs
- JoinTreeSlot.cs
- DataSourceXmlClassAttribute.cs
- RegexFCD.cs
- Converter.cs
- ValueTypeFixupInfo.cs
- NativeMethods.cs
- BasicExpressionVisitor.cs
- UnSafeCharBuffer.cs
- COM2ICategorizePropertiesHandler.cs
- ToolBarButtonDesigner.cs
- NullableBoolConverter.cs
- ListViewGroupConverter.cs
- StringArrayConverter.cs
- AlgoModule.cs
- ListManagerBindingsCollection.cs
- StrongBox.cs
- WebServiceHandler.cs
- FrameworkContextData.cs
- WebFaultClientMessageInspector.cs
- DataKeyCollection.cs
- DataReceivedEventArgs.cs
- BaseProcessor.cs
- WindowPattern.cs
- BuiltInExpr.cs
- XmlStreamNodeWriter.cs
- MimeWriter.cs
- MemberHolder.cs
- HtmlTableRowCollection.cs
- Annotation.cs
- HtmlWindow.cs
- StorageRoot.cs
- SupportingTokenListenerFactory.cs
- XPathMultyIterator.cs
- ZipIOExtraFieldZip64Element.cs
- PathSegment.cs
- ServiceModelConfiguration.cs
- ListViewAutomationPeer.cs
- LongValidatorAttribute.cs