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
- EntityReference.cs
- ExtentCqlBlock.cs
- IsolatedStorage.cs
- HttpListener.cs
- ListViewInsertEventArgs.cs
- PenContext.cs
- FixUp.cs
- ListViewHitTestInfo.cs
- BeginStoryboard.cs
- TypeSystem.cs
- QueueException.cs
- SchemaCollectionCompiler.cs
- _SslStream.cs
- DbConnectionPoolIdentity.cs
- MultiBindingExpression.cs
- XPathNodeIterator.cs
- BindingCompleteEventArgs.cs
- MediaElement.cs
- CharStorage.cs
- MobileComponentEditorPage.cs
- FrameworkContentElementAutomationPeer.cs
- BindingBase.cs
- NativeMethods.cs
- UnSafeCharBuffer.cs
- PermissionAttributes.cs
- TextServicesHost.cs
- ColumnHeader.cs
- GeometryCombineModeValidation.cs
- PieceDirectory.cs
- DataGridItemEventArgs.cs
- BinHexDecoder.cs
- Border.cs
- Visual3D.cs
- ObjectQueryState.cs
- FontStretches.cs
- KeyValueConfigurationCollection.cs
- StringUtil.cs
- DBSchemaRow.cs
- RSAPKCS1SignatureDeformatter.cs
- XmlSchemaComplexContentRestriction.cs
- WebServiceReceive.cs
- StorageComplexTypeMapping.cs
- SmiMetaDataProperty.cs
- ErrorHandlerModule.cs
- SqlCachedBuffer.cs
- CellPartitioner.cs
- TextTabProperties.cs
- TextElement.cs
- GACIdentityPermission.cs
- MessageAction.cs
- XmlDsigSep2000.cs
- DocumentPage.cs
- ProtocolsConfigurationEntry.cs
- X509KeyIdentifierClauseType.cs
- NativeMethods.cs
- AuthenticationManager.cs
- Pens.cs
- HtmlTableCell.cs
- StateMachineSubscription.cs
- CustomTypeDescriptor.cs
- ChainOfResponsibility.cs
- DBConcurrencyException.cs
- ExpressionNormalizer.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- GlyphTypeface.cs
- SessionIDManager.cs
- TargetControlTypeCache.cs
- BitmapEffectDrawingContextWalker.cs
- BindingUtils.cs
- NotSupportedException.cs
- ModelUIElement3D.cs
- EditorZoneBase.cs
- DataGridBoolColumn.cs
- ProtocolsConfigurationHandler.cs
- NgenServicingAttributes.cs
- SQLByte.cs
- QueryExtender.cs
- BuildDependencySet.cs
- MailWriter.cs
- MarginCollapsingState.cs
- StreamUpgradeBindingElement.cs
- RightsManagementInformation.cs
- VirtualDirectoryMappingCollection.cs
- TreeWalker.cs
- MailSettingsSection.cs
- SortedSetDebugView.cs
- SweepDirectionValidation.cs
- ColumnMap.cs
- IncrementalReadDecoders.cs
- Not.cs
- SafeCryptoKeyHandle.cs
- ReadingWritingEntityEventArgs.cs
- ModelItemCollectionImpl.cs
- HtmlTableCell.cs
- DataGridViewSelectedCellCollection.cs
- KeyManager.cs
- Tool.cs
- UserControlAutomationPeer.cs
- TreeChangeInfo.cs
- AccessibleObject.cs