Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StylusTouchDevice.cs
- DesignerActionVerbList.cs
- PartialList.cs
- PeerCollaborationPermission.cs
- HtmlLink.cs
- DataGridViewCellLinkedList.cs
- MetadataCache.cs
- TextContainerChangedEventArgs.cs
- Expr.cs
- TraceListener.cs
- HtmlButton.cs
- TextBoxBase.cs
- ComponentManagerBroker.cs
- SliderAutomationPeer.cs
- ReferentialConstraintRoleElement.cs
- DataTableReader.cs
- StyleModeStack.cs
- PersonalizationProviderCollection.cs
- BindingCollectionElement.cs
- SplineKeyFrames.cs
- SystemException.cs
- XmlElementList.cs
- HScrollBar.cs
- CacheSection.cs
- KeyValuePair.cs
- Model3DGroup.cs
- comcontractssection.cs
- StandardMenuStripVerb.cs
- GeneralTransformGroup.cs
- WebConfigurationHostFileChange.cs
- PreviewKeyDownEventArgs.cs
- DropShadowBitmapEffect.cs
- ApplicationException.cs
- SqlDataSourceView.cs
- DataError.cs
- TypeDescriptor.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ControlAdapter.cs
- Paragraph.cs
- RuntimeEnvironment.cs
- DeviceContexts.cs
- CachingHintValidation.cs
- StaticTextPointer.cs
- DataRowComparer.cs
- __FastResourceComparer.cs
- HtmlTableRowCollection.cs
- PaintValueEventArgs.cs
- PropertyInformation.cs
- DeferredSelectedIndexReference.cs
- HideDisabledControlAdapter.cs
- ZipPackagePart.cs
- WebConfigurationHostFileChange.cs
- CursorConverter.cs
- StringSource.cs
- cryptoapiTransform.cs
- ReadOnlyKeyedCollection.cs
- securitymgrsite.cs
- SafeFileMapViewHandle.cs
- EntityDataSourceColumn.cs
- IUnknownConstantAttribute.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- UpdateManifestForBrowserApplication.cs
- RelatedView.cs
- TextAnchor.cs
- SoapIncludeAttribute.cs
- NodeInfo.cs
- WindowVisualStateTracker.cs
- ManagementDateTime.cs
- DataSourceXmlClassAttribute.cs
- AudioFileOut.cs
- Atom10FormatterFactory.cs
- EnumUnknown.cs
- CodeStatement.cs
- AuthenticationConfig.cs
- ToolTipService.cs
- SerTrace.cs
- NameSpaceExtractor.cs
- FloatUtil.cs
- TypedAsyncResult.cs
- Binding.cs
- PersonalizablePropertyEntry.cs
- BinHexDecoder.cs
- RequiredFieldValidator.cs
- OleCmdHelper.cs
- VirtualPathUtility.cs
- CheckBox.cs
- OrderedDictionary.cs
- FunctionParameter.cs
- DbTypeMap.cs
- LineMetrics.cs
- SocketException.cs
- basecomparevalidator.cs
- SizeConverter.cs
- ToolStripStatusLabel.cs
- SingleConverter.cs
- AddIn.cs
- GCHandleCookieTable.cs
- ZipIOFileItemStream.cs
- Logging.cs
- EdmRelationshipNavigationPropertyAttribute.cs