Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlNodeChangedEventManager.cs
- ParserStreamGeometryContext.cs
- DynamicValueConverter.cs
- __ConsoleStream.cs
- EdmTypeAttribute.cs
- TextProperties.cs
- XPathNodeList.cs
- DataGridViewImageColumn.cs
- SamlAssertionKeyIdentifierClause.cs
- SessionState.cs
- StylusPointProperties.cs
- HandlerBase.cs
- TransactionProtocol.cs
- Quaternion.cs
- EnumConverter.cs
- MediaElement.cs
- TimeSpanConverter.cs
- RoleManagerEventArgs.cs
- DataControlCommands.cs
- CompilerErrorCollection.cs
- MenuEventArgs.cs
- __ConsoleStream.cs
- ResourceProperty.cs
- PageRouteHandler.cs
- TextEffect.cs
- SHA512.cs
- Camera.cs
- ToolboxSnapDragDropEventArgs.cs
- VerificationAttribute.cs
- MetadataItem_Static.cs
- TaskDesigner.cs
- SystemThemeKey.cs
- OutputCacheSettingsSection.cs
- Camera.cs
- AsyncCompletedEventArgs.cs
- GridToolTip.cs
- SerializerDescriptor.cs
- categoryentry.cs
- RegisteredArrayDeclaration.cs
- ZipIOLocalFileDataDescriptor.cs
- CodeDomConfigurationHandler.cs
- TableColumn.cs
- ListViewHitTestInfo.cs
- ISAPIWorkerRequest.cs
- WebAdminConfigurationHelper.cs
- TextTreeInsertUndoUnit.cs
- StateWorkerRequest.cs
- OperationContext.cs
- StrokeNodeOperations.cs
- XmlUTF8TextReader.cs
- HtmlWindowCollection.cs
- SoapSchemaExporter.cs
- OdbcDataAdapter.cs
- LineBreak.cs
- Shape.cs
- WebRequest.cs
- ThousandthOfEmRealPoints.cs
- LockRenewalTask.cs
- SqlUserDefinedAggregateAttribute.cs
- EntityDataSource.cs
- IItemProperties.cs
- ToolTip.cs
- XmlValidatingReader.cs
- PictureBox.cs
- UnitySerializationHolder.cs
- SessionState.cs
- Item.cs
- SettingsProviderCollection.cs
- ELinqQueryState.cs
- ObjectDataSourceView.cs
- UIPermission.cs
- SecurityTokenRequirement.cs
- Nodes.cs
- PersistChildrenAttribute.cs
- XmlParserContext.cs
- CompoundFileDeflateTransform.cs
- OdbcDataAdapter.cs
- XmlResolver.cs
- ToolbarAUtomationPeer.cs
- TextStore.cs
- WSFederationHttpBindingCollectionElement.cs
- Descriptor.cs
- ConnectionStringSettings.cs
- SqlBuilder.cs
- RectangleGeometry.cs
- NotSupportedException.cs
- Header.cs
- precedingquery.cs
- Fonts.cs
- XmlChildEnumerator.cs
- PolyLineSegmentFigureLogic.cs
- Bezier.cs
- CodeNamespaceCollection.cs
- AsymmetricCryptoHandle.cs
- ImageMap.cs
- MasterPageParser.cs
- CodeParameterDeclarationExpressionCollection.cs
- Adorner.cs
- ResourceDescriptionAttribute.cs
- CapabilitiesAssignment.cs