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
- Main.cs
- XmlAttributeOverrides.cs
- ChoiceConverter.cs
- Int64Converter.cs
- XmlUtil.cs
- ToolStripDropDownButton.cs
- ConfigurationErrorsException.cs
- MultiView.cs
- DayRenderEvent.cs
- FixedSOMPage.cs
- DesignBindingConverter.cs
- TimeStampChecker.cs
- EpmContentSerializer.cs
- ViewGenerator.cs
- BaseServiceProvider.cs
- TreeNodeEventArgs.cs
- TagPrefixInfo.cs
- ChildChangedEventArgs.cs
- ToolStripDropDownClosingEventArgs.cs
- validation.cs
- VariableQuery.cs
- _SSPIWrapper.cs
- While.cs
- WorkflowServiceNamespace.cs
- GenericAuthenticationEventArgs.cs
- SnapshotChangeTrackingStrategy.cs
- RelationshipFixer.cs
- ResolveNameEventArgs.cs
- XmlDocumentType.cs
- AssemblyResourceLoader.cs
- Semaphore.cs
- XmlIlVisitor.cs
- JsonQNameDataContract.cs
- DSASignatureDeformatter.cs
- QueryCacheKey.cs
- OuterGlowBitmapEffect.cs
- DelegateArgumentValue.cs
- StorageEntitySetMapping.cs
- CodeSubDirectoriesCollection.cs
- InvalidDocumentContentsException.cs
- ArrayList.cs
- MetaModel.cs
- SelectionUIHandler.cs
- PersonalizationState.cs
- OAVariantLib.cs
- CommandConverter.cs
- ClientFormsAuthenticationCredentials.cs
- WebPartDeleteVerb.cs
- XmlSerializerFactory.cs
- DataGridViewColumnTypeEditor.cs
- CustomAttributeSerializer.cs
- XamlWriter.cs
- Simplifier.cs
- TableSectionStyle.cs
- TemplateLookupAction.cs
- SqlUserDefinedAggregateAttribute.cs
- PropertyTabChangedEvent.cs
- Matrix.cs
- AsymmetricKeyExchangeFormatter.cs
- OperandQuery.cs
- ScriptComponentDescriptor.cs
- CaretElement.cs
- SafeEventLogWriteHandle.cs
- CompModSwitches.cs
- ParserExtension.cs
- KeyInstance.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- DbParameterCollection.cs
- PagerSettings.cs
- Trigger.cs
- RunWorkerCompletedEventArgs.cs
- XhtmlBasicSelectionListAdapter.cs
- WebPartEventArgs.cs
- DocumentViewerHelper.cs
- SplitContainer.cs
- ToolboxItemLoader.cs
- SafeCryptoHandles.cs
- UiaCoreTypesApi.cs
- ObjectStateFormatter.cs
- WizardStepBase.cs
- DbgCompiler.cs
- PagesChangedEventArgs.cs
- FixedPageAutomationPeer.cs
- DeferredElementTreeState.cs
- CodeTypeConstructor.cs
- PropertyIdentifier.cs
- LocationSectionRecord.cs
- MediaContextNotificationWindow.cs
- SByteConverter.cs
- DtrList.cs
- CodeValidator.cs
- CopyOfAction.cs
- MD5CryptoServiceProvider.cs
- CollectionConverter.cs
- X509ChainElement.cs
- XmlRawWriterWrapper.cs
- PrePrepareMethodAttribute.cs
- FormatSettings.cs
- XmlTextEncoder.cs
- EntityDataSourceQueryBuilder.cs