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
- CellQuery.cs
- EffectiveValueEntry.cs
- NativeMethods.cs
- EditorPart.cs
- CodeTypeOfExpression.cs
- SelectionList.cs
- WrappedKeySecurityTokenParameters.cs
- WarningException.cs
- NoneExcludedImageIndexConverter.cs
- SqlClientMetaDataCollectionNames.cs
- FileDataSourceCache.cs
- webeventbuffer.cs
- ManualResetEventSlim.cs
- HealthMonitoringSectionHelper.cs
- DiagnosticTraceSource.cs
- EnvelopedPkcs7.cs
- DataGridTablesFactory.cs
- MonitorWrapper.cs
- ListView.cs
- PropertyInformation.cs
- uribuilder.cs
- ValidatingPropertiesEventArgs.cs
- DefaultObjectSerializer.cs
- ImageButton.cs
- CultureSpecificStringDictionary.cs
- DrawingContextDrawingContextWalker.cs
- RegexCharClass.cs
- TokenBasedSet.cs
- Latin1Encoding.cs
- BaseTreeIterator.cs
- RootBrowserWindow.cs
- StaticExtension.cs
- CallbackValidator.cs
- RankException.cs
- VisualState.cs
- RtType.cs
- MappingModelBuildProvider.cs
- PersistenceTypeAttribute.cs
- DBConcurrencyException.cs
- FontStretch.cs
- ReachDocumentReferenceSerializerAsync.cs
- EmptyImpersonationContext.cs
- PenCursorManager.cs
- SystemDiagnosticsSection.cs
- DesignerCategoryAttribute.cs
- NetworkInformationPermission.cs
- GridItemCollection.cs
- FamilyMap.cs
- PlatformCulture.cs
- EditorOptionAttribute.cs
- ResourcePermissionBase.cs
- IEnumerable.cs
- CapabilitiesAssignment.cs
- OletxVolatileEnlistment.cs
- CharacterBufferReference.cs
- ServiceErrorHandler.cs
- XmlNamedNodeMap.cs
- HistoryEventArgs.cs
- TrailingSpaceComparer.cs
- SafeFileMappingHandle.cs
- ValuePattern.cs
- InvalidWMPVersionException.cs
- SizeChangedInfo.cs
- HttpTransportManager.cs
- XmlSchemas.cs
- TransformCollection.cs
- UnitySerializationHolder.cs
- AndCondition.cs
- MaskInputRejectedEventArgs.cs
- SystemFonts.cs
- Helper.cs
- RelatedEnd.cs
- HwndKeyboardInputProvider.cs
- EFTableProvider.cs
- PersonalizablePropertyEntry.cs
- VisualBrush.cs
- SelectionRange.cs
- SqlDataRecord.cs
- UMPAttributes.cs
- BindableTemplateBuilder.cs
- WorkflowOperationBehavior.cs
- ContainerUtilities.cs
- EdmProviderManifest.cs
- Point4D.cs
- MDIWindowDialog.cs
- Monitor.cs
- DesignSurfaceServiceContainer.cs
- RelationshipSet.cs
- PreloadHost.cs
- PathFigure.cs
- DbParameterHelper.cs
- StateBag.cs
- ICspAsymmetricAlgorithm.cs
- FixedDocumentSequencePaginator.cs
- ListMarkerSourceInfo.cs
- DynamicField.cs
- MetafileHeader.cs
- MeasureData.cs
- FontSource.cs
- MetricEntry.cs