Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripSeparatorRenderEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptingProfileServiceSection.cs
- Image.cs
- MetaDataInfo.cs
- ModuleBuilder.cs
- IdnElement.cs
- ListBoxAutomationPeer.cs
- Debug.cs
- FileInfo.cs
- DataBoundLiteralControl.cs
- TemplateBindingExtensionConverter.cs
- ScriptServiceAttribute.cs
- DataListItemEventArgs.cs
- ColumnCollection.cs
- PageAsyncTask.cs
- FunctionImportMapping.cs
- ControlPaint.cs
- SectionVisual.cs
- GroupBox.cs
- _DisconnectOverlappedAsyncResult.cs
- TdsRecordBufferSetter.cs
- TogglePatternIdentifiers.cs
- SectionVisual.cs
- ITreeGenerator.cs
- WinInetCache.cs
- SafePointer.cs
- MeshGeometry3D.cs
- SystemThemeKey.cs
- ServiceDesigner.xaml.cs
- XamlSerializationHelper.cs
- BitmapEffectInput.cs
- VisualBasicImportReference.cs
- Directory.cs
- TreeViewCancelEvent.cs
- MarshalByValueComponent.cs
- ProcessHostFactoryHelper.cs
- Effect.cs
- SerializationException.cs
- StringAnimationBase.cs
- BindingNavigator.cs
- PerfCounters.cs
- CodeMemberMethod.cs
- DictionarySectionHandler.cs
- QueryContinueDragEvent.cs
- XamlTemplateSerializer.cs
- PopupRootAutomationPeer.cs
- BitmapEncoder.cs
- SafeRightsManagementQueryHandle.cs
- SQLMembershipProvider.cs
- IInstanceTable.cs
- CompositionTarget.cs
- HtmlTableCell.cs
- PersonalizablePropertyEntry.cs
- DataGridViewAdvancedBorderStyle.cs
- Context.cs
- WarningException.cs
- ConnectionOrientedTransportElement.cs
- LabelAutomationPeer.cs
- DocumentViewerConstants.cs
- EventLogEntry.cs
- StyleSheetDesigner.cs
- HttpResponse.cs
- FastPropertyAccessor.cs
- WorkflowElementDialog.cs
- ObjectStateManagerMetadata.cs
- VectorCollectionValueSerializer.cs
- PageParser.cs
- ValidationEventArgs.cs
- SchemaCollectionCompiler.cs
- Calendar.cs
- UICuesEvent.cs
- CalendarBlackoutDatesCollection.cs
- DuplexChannel.cs
- ActiveDocumentEvent.cs
- StorageEntitySetMapping.cs
- ControlValuePropertyAttribute.cs
- XmlSchemaAttribute.cs
- RemotingServices.cs
- WebContext.cs
- ComplexLine.cs
- VisualTreeUtils.cs
- SqlDelegatedTransaction.cs
- RequiredArgumentAttribute.cs
- XmlQueryType.cs
- AutoGeneratedFieldProperties.cs
- AdapterDictionary.cs
- EventListenerClientSide.cs
- IdentifierCollection.cs
- InvalidAsynchronousStateException.cs
- ControlType.cs
- XPathNode.cs
- Camera.cs
- CodeMemberMethod.cs
- PathHelper.cs
- MasterPageBuildProvider.cs
- AvTrace.cs
- HttpResponseWrapper.cs
- SequenceQuery.cs
- Size.cs
- CopyOnWriteList.cs
- SafeNativeMethods.cs