Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerDataSchemaClass.cs
- MouseButtonEventArgs.cs
- ExpressionBuilder.cs
- CompositeControlDesigner.cs
- ToolStripGrip.cs
- CodeTypeReferenceSerializer.cs
- MissingMethodException.cs
- FaultPropagationQuery.cs
- PropertyMetadata.cs
- DependencyProperty.cs
- Popup.cs
- ExpressionWriter.cs
- FixedTextSelectionProcessor.cs
- LocalIdKeyIdentifierClause.cs
- BufferedReadStream.cs
- ConfigurationManagerHelperFactory.cs
- SharedStream.cs
- ConnectionPoolManager.cs
- ConfigXmlSignificantWhitespace.cs
- AppDomainFactory.cs
- HostingEnvironmentWrapper.cs
- AuthenticationServiceManager.cs
- UserValidatedEventArgs.cs
- SystemWebCachingSectionGroup.cs
- TextTreeText.cs
- IMembershipProvider.cs
- DataException.cs
- WebHeaderCollection.cs
- Utility.cs
- DataGridItemEventArgs.cs
- Vector3DConverter.cs
- SafeThemeHandle.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- CatalogZoneBase.cs
- ColumnResult.cs
- X509CertificateCollection.cs
- EventArgs.cs
- Trace.cs
- ScriptingWebServicesSectionGroup.cs
- UnsafeNativeMethods.cs
- Link.cs
- IList.cs
- Constraint.cs
- Vector3dCollection.cs
- ObjectViewQueryResultData.cs
- ConditionalExpression.cs
- SqlTriggerAttribute.cs
- XmlCharCheckingWriter.cs
- DefaultCommandConverter.cs
- XmlSchemaComplexContentExtension.cs
- _ConnectOverlappedAsyncResult.cs
- TextPointer.cs
- BigIntegerStorage.cs
- RtfNavigator.cs
- CompositeCollection.cs
- SQLDecimal.cs
- TextShapeableCharacters.cs
- HtmlControlDesigner.cs
- DictionaryMarkupSerializer.cs
- TextEvent.cs
- DispatcherObject.cs
- ContentElementAutomationPeer.cs
- DecoderFallbackWithFailureFlag.cs
- validationstate.cs
- AutomationIdentifierGuids.cs
- SqlDataReaderSmi.cs
- WmiPutTraceRecord.cs
- ToolBarButtonClickEvent.cs
- ZipFileInfo.cs
- WebPartCatalogAddVerb.cs
- XmlDataSourceNodeDescriptor.cs
- ReaderWriterLock.cs
- MembershipUser.cs
- sqlnorm.cs
- StateBag.cs
- AttributeCollection.cs
- Application.cs
- CodeIdentifiers.cs
- XmlSerializerFactory.cs
- IPEndPoint.cs
- HttpWrapper.cs
- XmlSchemas.cs
- BamlResourceContent.cs
- CipherData.cs
- AccessDataSource.cs
- ScrollProperties.cs
- Baml2006ReaderFrame.cs
- CheckBoxFlatAdapter.cs
- TemplatePartAttribute.cs
- MonthChangedEventArgs.cs
- EncodingInfo.cs
- PolygonHotSpot.cs
- OdbcEnvironment.cs
- UriTemplateTrieNode.cs
- ComplexLine.cs
- DataGridBoolColumn.cs
- XmlSchemaSimpleContentExtension.cs
- CollaborationHelperFunctions.cs
- BasicBrowserDialog.cs
- XmlSerializableServices.cs