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
- StorageBasedPackageProperties.cs
- Pair.cs
- AssemblyBuilderData.cs
- DiscreteKeyFrames.cs
- ClientApiGenerator.cs
- SQLResource.cs
- _FtpControlStream.cs
- CharConverter.cs
- StatusBarPanel.cs
- StrokeRenderer.cs
- RegexRunnerFactory.cs
- XmlCharacterData.cs
- Effect.cs
- Keywords.cs
- DataGridTableCollection.cs
- RSAPKCS1SignatureFormatter.cs
- Propagator.Evaluator.cs
- PointAnimationUsingKeyFrames.cs
- Identifier.cs
- CallbackCorrelationInitializer.cs
- GeometryCollection.cs
- EventData.cs
- Italic.cs
- ProtocolProfile.cs
- ConstructorBuilder.cs
- AnimationClockResource.cs
- MediaElement.cs
- URI.cs
- StrongName.cs
- Stopwatch.cs
- AuthenticationModuleElement.cs
- EmbeddedMailObjectsCollection.cs
- PropertyEntry.cs
- SessionIDManager.cs
- OdbcEnvironment.cs
- Number.cs
- Descriptor.cs
- SchemaInfo.cs
- SerializerDescriptor.cs
- SchemaContext.cs
- AttributeProviderAttribute.cs
- StorageFunctionMapping.cs
- InstanceHandleReference.cs
- SmiRequestExecutor.cs
- TraceLevelStore.cs
- SiteMapDataSourceView.cs
- DataGridViewColumnEventArgs.cs
- XmlWhitespace.cs
- XmlReaderSettings.cs
- SourceLineInfo.cs
- XmlSignificantWhitespace.cs
- ControlBuilder.cs
- StateDesigner.LayoutSelectionGlyph.cs
- PrintingPermission.cs
- QilTypeChecker.cs
- DocumentPaginator.cs
- ComponentEditorForm.cs
- SecUtil.cs
- ExternalFile.cs
- XamlStyleSerializer.cs
- HttpListenerRequest.cs
- MessageAction.cs
- IdentitySection.cs
- WorkItem.cs
- ChoiceConverter.cs
- LinearKeyFrames.cs
- RuntimeConfigLKG.cs
- LicFileLicenseProvider.cs
- CookieHandler.cs
- sqlstateclientmanager.cs
- XmlSchemaObjectTable.cs
- XmlSchemaChoice.cs
- QilXmlReader.cs
- XmlDataSource.cs
- TemplateBaseAction.cs
- PerfService.cs
- ConditionalExpression.cs
- EnumCodeDomSerializer.cs
- TextLineBreak.cs
- Random.cs
- MeshGeometry3D.cs
- SqlOuterApplyReducer.cs
- HtmlHead.cs
- TdsParserStaticMethods.cs
- ExpressionBuilderCollection.cs
- RadioButtonRenderer.cs
- CodeMethodReturnStatement.cs
- CopyEncoder.cs
- EncoderNLS.cs
- XsltCompileContext.cs
- SQLByteStorage.cs
- CallContext.cs
- HttpProtocolImporter.cs
- ToolStrip.cs
- JsonFormatWriterGenerator.cs
- ObjectToken.cs
- httpstaticobjectscollection.cs
- DiscreteKeyFrames.cs
- SiteMapNodeItemEventArgs.cs
- Matrix3DConverter.cs