Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Misc.cs
- ClassHandlersStore.cs
- HttpListener.cs
- SqlDataReaderSmi.cs
- View.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- SendSecurityHeaderElement.cs
- GeneratedView.cs
- XPathNodeInfoAtom.cs
- WhitespaceRule.cs
- TextServicesProperty.cs
- AuthenticationModuleElementCollection.cs
- MenuStrip.cs
- TextEncodedRawTextWriter.cs
- ByteStack.cs
- SkipQueryOptionExpression.cs
- CodeLinePragma.cs
- _SSPIWrapper.cs
- SoapSchemaExporter.cs
- ExpressionBuilder.cs
- CodeTypeOfExpression.cs
- DoubleCollectionValueSerializer.cs
- EditorZoneBase.cs
- messageonlyhwndwrapper.cs
- autovalidator.cs
- SafeHandle.cs
- HttpRawResponse.cs
- ImageDrawing.cs
- XmlDigitalSignatureProcessor.cs
- SessionStateContainer.cs
- HttpServerChannel.cs
- SslStreamSecurityElement.cs
- BaseTemplateBuildProvider.cs
- GridSplitterAutomationPeer.cs
- CollectionConverter.cs
- TextParagraph.cs
- KeyMatchBuilder.cs
- Geometry3D.cs
- RectAnimation.cs
- HighlightVisual.cs
- MLangCodePageEncoding.cs
- ViewCellRelation.cs
- Crypto.cs
- CodeDomConfigurationHandler.cs
- MaskInputRejectedEventArgs.cs
- HttpContext.cs
- RemotingSurrogateSelector.cs
- TableItemStyle.cs
- NativeMethods.cs
- CommandField.cs
- TraceSection.cs
- ListViewHitTestInfo.cs
- DataGridCommandEventArgs.cs
- Point3DAnimationUsingKeyFrames.cs
- DelegateSerializationHolder.cs
- DocumentViewerConstants.cs
- HandlerFactoryCache.cs
- ProcessHost.cs
- MarkupCompiler.cs
- CompletedAsyncResult.cs
- ResolveCriteriaApril2005.cs
- StaticExtension.cs
- DataGridHeaderBorder.cs
- HttpDictionary.cs
- ClientFormsIdentity.cs
- DropShadowEffect.cs
- XmlNamedNodeMap.cs
- base64Transforms.cs
- CacheVirtualItemsEvent.cs
- SHA384Managed.cs
- RawStylusInputCustomData.cs
- XmlDataSourceView.cs
- CodeExpressionCollection.cs
- SystemDropShadowChrome.cs
- WindowsHyperlink.cs
- XPathSingletonIterator.cs
- XmlSerializationWriter.cs
- PrimaryKeyTypeConverter.cs
- DBDataPermission.cs
- DocumentApplication.cs
- CqlBlock.cs
- FixedTextView.cs
- SimpleWebHandlerParser.cs
- MachineKeySection.cs
- SelectionEditor.cs
- ObjectComplexPropertyMapping.cs
- PeerNodeAddress.cs
- MailMessageEventArgs.cs
- DecoderFallbackWithFailureFlag.cs
- ScriptComponentDescriptor.cs
- Int64KeyFrameCollection.cs
- StreamingContext.cs
- GridItemProviderWrapper.cs
- XmlDeclaration.cs
- ZipIOCentralDirectoryBlock.cs
- Html32TextWriter.cs
- DataSetMappper.cs
- AttributeCallbackBuilder.cs
- StickyNoteHelper.cs
- SystemIPInterfaceProperties.cs