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
- AddInToken.cs
- DataServiceResponse.cs
- CallbackWrapper.cs
- DisplayMemberTemplateSelector.cs
- CommonXSendMessage.cs
- DebugHandleTracker.cs
- MediaTimeline.cs
- MimeMultiPart.cs
- OdbcException.cs
- StorageEndPropertyMapping.cs
- TextChange.cs
- CqlBlock.cs
- UIElementHelper.cs
- HttpRawResponse.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- EmptyStringExpandableObjectConverter.cs
- GeometryCollection.cs
- SqlXml.cs
- VisualSerializer.cs
- InputReferenceExpression.cs
- SecurityDescriptor.cs
- ListDictionaryInternal.cs
- SqlDuplicator.cs
- RoutedCommand.cs
- MimeTypeMapper.cs
- SessionEndingEventArgs.cs
- QuaternionRotation3D.cs
- Completion.cs
- DesignerInterfaces.cs
- ApplicationBuildProvider.cs
- BlurEffect.cs
- Timer.cs
- EndpointAddressMessageFilterTable.cs
- CoreSwitches.cs
- DataGridViewComboBoxColumn.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- JsonEnumDataContract.cs
- __Filters.cs
- SourceLineInfo.cs
- ConditionalAttribute.cs
- Stack.cs
- OutputWindow.cs
- IntranetCredentialPolicy.cs
- FormViewModeEventArgs.cs
- NameSpaceEvent.cs
- SettingsBase.cs
- ActivityTrace.cs
- WebPartConnectionCollection.cs
- MexTcpBindingElement.cs
- MenuCommandsChangedEventArgs.cs
- QilScopedVisitor.cs
- MatcherBuilder.cs
- Rectangle.cs
- DocobjHost.cs
- SupportingTokenProviderSpecification.cs
- MessageEncoder.cs
- MenuStrip.cs
- Group.cs
- HeaderCollection.cs
- Grant.cs
- StateMachineSubscription.cs
- GrammarBuilderRuleRef.cs
- isolationinterop.cs
- Panel.cs
- ToolBarButton.cs
- DataMemberAttribute.cs
- CompilerScopeManager.cs
- ELinqQueryState.cs
- RegexNode.cs
- XmlSchemaSequence.cs
- DetailsViewPageEventArgs.cs
- SqlMetaData.cs
- OperationAbortedException.cs
- WebReferencesBuildProvider.cs
- FileSystemWatcher.cs
- COMException.cs
- HandlerFactoryWrapper.cs
- TranslateTransform3D.cs
- WebControlsSection.cs
- arabicshape.cs
- DataGridViewCellStyleChangedEventArgs.cs
- HttpListener.cs
- SynchronizedMessageSource.cs
- CheckBox.cs
- BufferedGraphics.cs
- TextContainerChangedEventArgs.cs
- SmtpClient.cs
- ITreeGenerator.cs
- HostUtils.cs
- ConnectionsZoneDesigner.cs
- DataFormats.cs
- ContextDataSourceView.cs
- CalloutQueueItem.cs
- ImageField.cs
- ProcessManager.cs
- AttachedProperty.cs
- WebContext.cs
- FixedSOMTable.cs
- LineProperties.cs
- Evaluator.cs