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
- RenderingEventArgs.cs
- XmlReaderSettings.cs
- CopyNodeSetAction.cs
- FontUnitConverter.cs
- TraceContextRecord.cs
- SqlMethodTransformer.cs
- SmtpReplyReader.cs
- FileChangesMonitor.cs
- unsafenativemethodstextservices.cs
- Literal.cs
- ReturnType.cs
- SqlDataReader.cs
- RenamedEventArgs.cs
- XmlAnyAttributeAttribute.cs
- SecurityHelper.cs
- CommandTreeTypeHelper.cs
- InnerItemCollectionView.cs
- Error.cs
- FloaterParagraph.cs
- ReadOnlyTernaryTree.cs
- MetadataSection.cs
- Keywords.cs
- ColumnClickEvent.cs
- HtmlTableCell.cs
- DeviceSpecific.cs
- SingleObjectCollection.cs
- ChannelServices.cs
- OracleTransaction.cs
- GeometryModel3D.cs
- DataSourceUtil.cs
- BinaryCommonClasses.cs
- FilteredXmlReader.cs
- CustomLineCap.cs
- DisplayMemberTemplateSelector.cs
- FocusWithinProperty.cs
- CheckBoxRenderer.cs
- ToolStripDropDownClosingEventArgs.cs
- TargetPerspective.cs
- ExecutionContext.cs
- DataGridViewRowsRemovedEventArgs.cs
- COAUTHINFO.cs
- RtfFormatStack.cs
- DBDataPermission.cs
- Deflater.cs
- FixedSOMTableRow.cs
- PrtCap_Public_Simple.cs
- VirtualDirectoryMapping.cs
- ThreadPool.cs
- LabelExpression.cs
- SqlCommandBuilder.cs
- FtpWebRequest.cs
- BitSet.cs
- EdmToObjectNamespaceMap.cs
- CqlQuery.cs
- ImageButton.cs
- SiteIdentityPermission.cs
- UnsupportedPolicyOptionsException.cs
- ReflectionTypeLoadException.cs
- ConditionalBranch.cs
- TextReturnReader.cs
- RightNameExpirationInfoPair.cs
- TextTreeUndo.cs
- Rule.cs
- WinInetCache.cs
- Brush.cs
- TableMethodGenerator.cs
- SqlBooleanMismatchVisitor.cs
- XmlCharacterData.cs
- DataServiceExpressionVisitor.cs
- SqlFacetAttribute.cs
- SendSecurityHeaderElementContainer.cs
- PropertyIDSet.cs
- COM2ExtendedBrowsingHandler.cs
- QueryPageSettingsEventArgs.cs
- ArraySubsetEnumerator.cs
- AnimationStorage.cs
- Rect.cs
- UriTemplateClientFormatter.cs
- BindableAttribute.cs
- CapabilitiesState.cs
- MessageSmuggler.cs
- CharUnicodeInfo.cs
- NamespaceInfo.cs
- CqlIdentifiers.cs
- SspiNegotiationTokenProvider.cs
- BufferedStream2.cs
- FileSystemWatcher.cs
- QilInvokeLateBound.cs
- COAUTHINFO.cs
- SQLString.cs
- OracleDataReader.cs
- Size3D.cs
- ActivityBindForm.cs
- ZipIOModeEnforcingStream.cs
- ScriptResourceMapping.cs
- SwitchElementsCollection.cs
- TextEditor.cs
- DashStyle.cs
- fixedPageContentExtractor.cs
- TimeSpanSecondsConverter.cs