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 / ToolStripGripRenderEventArgs.cs / 1 / ToolStripGripRenderEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Drawing;
///
///
public class ToolStripGripRenderEventArgs : ToolStripRenderEventArgs {
///
///
/// This class represents all the information to render the toolStrip
///
public ToolStripGripRenderEventArgs(Graphics g, ToolStrip toolStrip) : base(g, toolStrip) {
}
///
///
/// the graphics object to draw with
///
public Rectangle GripBounds {
get {
return ToolStrip.GripRectangle;
}
}
///
///
/// vertical or horizontal
///
public ToolStripGripDisplayStyle GripDisplayStyle {
get {
return ToolStrip.GripDisplayStyle;
}
}
///
///
/// visible or not
///
public ToolStripGripStyle GripStyle {
get {
return ToolStrip.GripStyle;
}
}
}
}
// 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;
///
///
public class ToolStripGripRenderEventArgs : ToolStripRenderEventArgs {
///
///
/// This class represents all the information to render the toolStrip
///
public ToolStripGripRenderEventArgs(Graphics g, ToolStrip toolStrip) : base(g, toolStrip) {
}
///
///
/// the graphics object to draw with
///
public Rectangle GripBounds {
get {
return ToolStrip.GripRectangle;
}
}
///
///
/// vertical or horizontal
///
public ToolStripGripDisplayStyle GripDisplayStyle {
get {
return ToolStrip.GripDisplayStyle;
}
}
///
///
/// visible or not
///
public ToolStripGripStyle GripStyle {
get {
return ToolStrip.GripStyle;
}
}
}
}
// 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
- EventManager.cs
- ContextMenuAutomationPeer.cs
- PeerName.cs
- ConfigXmlDocument.cs
- ErrorFormatter.cs
- DataServiceConfiguration.cs
- CssClassPropertyAttribute.cs
- PopOutPanel.cs
- basevalidator.cs
- FocusManager.cs
- ImmutableCollection.cs
- Native.cs
- SystemIPAddressInformation.cs
- AbstractSvcMapFileLoader.cs
- SafeLocalMemHandle.cs
- WhitespaceReader.cs
- WebPartUtil.cs
- EmptyImpersonationContext.cs
- LazyTextWriterCreator.cs
- HebrewNumber.cs
- BindingContext.cs
- CodeArgumentReferenceExpression.cs
- DataGridViewCheckBoxCell.cs
- BooleanProjectedSlot.cs
- ClientCultureInfo.cs
- PictureBox.cs
- SHA256.cs
- HtmlShim.cs
- AttachedPropertyBrowsableAttribute.cs
- CodeExpressionRuleDeclaration.cs
- PartialList.cs
- DragDrop.cs
- bindurihelper.cs
- HandlerBase.cs
- InfoCardRSACryptoProvider.cs
- SQLBinary.cs
- Literal.cs
- Accessible.cs
- MethodImplAttribute.cs
- CheckoutException.cs
- SpellerInterop.cs
- SecurityPolicySection.cs
- ManifestSignedXml.cs
- EntityRecordInfo.cs
- LowerCaseStringConverter.cs
- QilTernary.cs
- UnsafePeerToPeerMethods.cs
- CodeObjectCreateExpression.cs
- XmlArrayItemAttribute.cs
- SEHException.cs
- EntityModelBuildProvider.cs
- BitmapSizeOptions.cs
- SolidColorBrush.cs
- IsolatedStoragePermission.cs
- DataRelationPropertyDescriptor.cs
- LinkConverter.cs
- EnvironmentPermission.cs
- SecurityTimestamp.cs
- XMLSchema.cs
- SourceLineInfo.cs
- TreeNode.cs
- PerformanceCounterNameAttribute.cs
- WebPartConnectVerb.cs
- OleDbConnection.cs
- RuntimeCompatibilityAttribute.cs
- DataSetUtil.cs
- ClientProtocol.cs
- LongTypeConverter.cs
- wgx_render.cs
- ProxyElement.cs
- DocumentGrid.cs
- ConfigurationManager.cs
- xmlsaver.cs
- EncryptedHeader.cs
- PingOptions.cs
- ForwardPositionQuery.cs
- XmlILAnnotation.cs
- StopStoryboard.cs
- QueryPageSettingsEventArgs.cs
- ImageField.cs
- FormView.cs
- BinaryMethodMessage.cs
- ToolBarDesigner.cs
- FontSourceCollection.cs
- ColorMap.cs
- WSFederationHttpSecurityElement.cs
- LOSFormatter.cs
- SectionInformation.cs
- BitmapData.cs
- WebHttpDispatchOperationSelector.cs
- RotateTransform.cs
- FastEncoder.cs
- DomainUpDown.cs
- SingleResultAttribute.cs
- QilReference.cs
- UrlRoutingHandler.cs
- IISMapPath.cs
- TreeNode.cs
- VSDExceptions.cs
- ADMembershipUser.cs