Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripGripRenderEventArgs.cs / 1305376 / 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
- TextTreeTextBlock.cs
- TransformerInfoCollection.cs
- ForEachAction.cs
- TextServicesManager.cs
- SynchronizedDispatch.cs
- QueueTransferProtocol.cs
- FormatException.cs
- DbConnectionPoolGroup.cs
- MethodExpression.cs
- HierarchicalDataTemplate.cs
- TextElementAutomationPeer.cs
- ComboBox.cs
- IdentityNotMappedException.cs
- RoleManagerEventArgs.cs
- ArrayMergeHelper.cs
- TranslateTransform3D.cs
- CharEnumerator.cs
- LambdaExpression.cs
- CultureSpecificStringDictionary.cs
- OperatingSystem.cs
- CookieParameter.cs
- XmlSerializerVersionAttribute.cs
- Triplet.cs
- PointAnimation.cs
- SafeCryptContextHandle.cs
- XmlEntityReference.cs
- DataRowComparer.cs
- ValidationSummary.cs
- ServerValidateEventArgs.cs
- LambdaCompiler.Address.cs
- SqlTypeSystemProvider.cs
- RepeaterCommandEventArgs.cs
- TextElementCollection.cs
- UriWriter.cs
- UIElement.cs
- EventSinkHelperWriter.cs
- TabPage.cs
- COM2FontConverter.cs
- EditingMode.cs
- CheckableControlBaseAdapter.cs
- AbsoluteQuery.cs
- DesignerSerializationVisibilityAttribute.cs
- ToolZone.cs
- DataControlButton.cs
- SiteMapSection.cs
- XamlFilter.cs
- GlyphInfoList.cs
- ExecutedRoutedEventArgs.cs
- Cloud.cs
- ImpersonationContext.cs
- DispatchWrapper.cs
- SchemaImporter.cs
- ExtenderControl.cs
- BamlLocalizationDictionary.cs
- UIElement3D.cs
- OneOfConst.cs
- GridViewDeletedEventArgs.cs
- IntegerCollectionEditor.cs
- CaseInsensitiveOrdinalStringComparer.cs
- IPGlobalProperties.cs
- DataPagerCommandEventArgs.cs
- StrokeNodeOperations2.cs
- TagMapInfo.cs
- Hex.cs
- Help.cs
- WindowsAuthenticationEventArgs.cs
- XPathSelectionIterator.cs
- GenericTypeParameterBuilder.cs
- ObservableCollection.cs
- InvalidOperationException.cs
- AnimationClockResource.cs
- TransactionTable.cs
- UnicodeEncoding.cs
- TouchEventArgs.cs
- SqlReferenceCollection.cs
- Page.cs
- RedirectionProxy.cs
- VectorAnimationUsingKeyFrames.cs
- _ShellExpression.cs
- ListenerElementsCollection.cs
- SwitchAttribute.cs
- MimeBasePart.cs
- RequiredFieldValidator.cs
- SecondaryIndexList.cs
- ServiceEndpointElementCollection.cs
- SafeUserTokenHandle.cs
- CheckBoxAutomationPeer.cs
- DataGridViewSelectedCellCollection.cs
- ProtocolViolationException.cs
- pingexception.cs
- ListViewDeletedEventArgs.cs
- WebPartCancelEventArgs.cs
- ConfigurationManagerHelperFactory.cs
- ItemList.cs
- XmlAttributeAttribute.cs
- AesCryptoServiceProvider.cs
- MemberListBinding.cs
- BitArray.cs
- X509KeyIdentifierClauseType.cs
- ThumbButtonInfoCollection.cs