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
- WebConfigurationHostFileChange.cs
- SchemaImporterExtensionElementCollection.cs
- CompiledELinqQueryState.cs
- TreeNodeStyleCollection.cs
- ScrollChrome.cs
- ToolboxItem.cs
- Matrix3D.cs
- ApplicationException.cs
- CodeAttributeArgument.cs
- MenuItemCollectionEditor.cs
- WebPartCancelEventArgs.cs
- CharUnicodeInfo.cs
- SystemInformation.cs
- PolyQuadraticBezierSegment.cs
- XmlSchemaAll.cs
- nulltextnavigator.cs
- XmlNode.cs
- PackageDigitalSignature.cs
- DataGridBoolColumn.cs
- HandlerFactoryCache.cs
- MimeTypePropertyAttribute.cs
- QilGeneratorEnv.cs
- OdbcDataAdapter.cs
- CompilerScope.Storage.cs
- ConditionChanges.cs
- BuildProvider.cs
- SystemEvents.cs
- PropertyChangedEventManager.cs
- ParseElement.cs
- DocumentStatusResources.cs
- EntityWrapperFactory.cs
- CardSpaceShim.cs
- SettingsBindableAttribute.cs
- FunctionParameter.cs
- XmlWriterSettings.cs
- ListItemCollection.cs
- PreProcessInputEventArgs.cs
- Misc.cs
- x509utils.cs
- ClientApiGenerator.cs
- EncodingDataItem.cs
- BaseValidatorDesigner.cs
- XslTransform.cs
- Figure.cs
- InstrumentationTracker.cs
- GridPattern.cs
- SHA512Managed.cs
- ContentHostHelper.cs
- Pair.cs
- ReadWriteSpinLock.cs
- CustomCredentialPolicy.cs
- RtType.cs
- MimeMultiPart.cs
- SoapIncludeAttribute.cs
- OleDbParameter.cs
- AuditLog.cs
- ControlCollection.cs
- MenuItemBindingCollection.cs
- PersonalizationStateInfo.cs
- DesignerActionTextItem.cs
- SqlDuplicator.cs
- ComplexPropertyEntry.cs
- QilTernary.cs
- CodeVariableDeclarationStatement.cs
- RootAction.cs
- FormsAuthentication.cs
- ScaleTransform.cs
- ProcessManager.cs
- OdbcHandle.cs
- PeerNearMe.cs
- Win32SafeHandles.cs
- QuotedPrintableStream.cs
- SamlSecurityToken.cs
- DBPropSet.cs
- NegationPusher.cs
- AutoGeneratedField.cs
- DataGridViewButtonCell.cs
- WorkflowShape.cs
- Partitioner.cs
- ResourceManager.cs
- WebPartActionVerb.cs
- CodeLinePragma.cs
- UIPropertyMetadata.cs
- OperatorExpressions.cs
- Thread.cs
- WindowsPen.cs
- CodeDOMUtility.cs
- MDIControlStrip.cs
- ValidateNames.cs
- MeasureItemEvent.cs
- DataServiceConfiguration.cs
- XmlElement.cs
- RoutedEventValueSerializer.cs
- Tablet.cs
- DataGridState.cs
- XPathArrayIterator.cs
- GrammarBuilderWildcard.cs
- MachineKeyConverter.cs
- ArrayTypeMismatchException.cs
- RtfFormatStack.cs