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
- MessageContractImporter.cs
- PreviewPrintController.cs
- CryptoStream.cs
- TdsParameterSetter.cs
- HwndStylusInputProvider.cs
- PenThreadPool.cs
- DSASignatureFormatter.cs
- ExpressionLexer.cs
- TransferRequestHandler.cs
- Debug.cs
- ListDictionaryInternal.cs
- DocobjHost.cs
- CacheChildrenQuery.cs
- LocalizableResourceBuilder.cs
- CanonicalFormWriter.cs
- PackageRelationship.cs
- FunctionUpdateCommand.cs
- CodeRemoveEventStatement.cs
- XhtmlConformanceSection.cs
- DataServiceResponse.cs
- OverrideMode.cs
- XmlBindingWorker.cs
- TableCellCollection.cs
- WmpBitmapEncoder.cs
- CorruptingExceptionCommon.cs
- EventsTab.cs
- FormsAuthenticationCredentials.cs
- TdsParserHelperClasses.cs
- ScrollableControl.cs
- SplayTreeNode.cs
- EncoderNLS.cs
- CodeTypeDeclarationCollection.cs
- DataGridColumnStyleMappingNameEditor.cs
- WpfPayload.cs
- BrowserDefinition.cs
- NonBatchDirectoryCompiler.cs
- CharacterBuffer.cs
- WindowsFormsHelpers.cs
- VisualStyleRenderer.cs
- ConnectionsZoneDesigner.cs
- OuterGlowBitmapEffect.cs
- SmtpAuthenticationManager.cs
- Rotation3D.cs
- TransactionFlowAttribute.cs
- ColorInterpolationModeValidation.cs
- ColumnClickEvent.cs
- CompositeKey.cs
- DbDeleteCommandTree.cs
- Style.cs
- Wizard.cs
- IMembershipProvider.cs
- FullTextState.cs
- XmlSchemaInclude.cs
- InvalidOperationException.cs
- DataSourceControl.cs
- RectIndependentAnimationStorage.cs
- Helpers.cs
- SqlGatherConsumedAliases.cs
- TextMarkerSource.cs
- ScrollProviderWrapper.cs
- HttpHandlerActionCollection.cs
- ShortcutKeysEditor.cs
- OperationInfoBase.cs
- XDRSchema.cs
- CalendarTable.cs
- HealthMonitoringSection.cs
- OleDbParameter.cs
- TaiwanCalendar.cs
- EntityException.cs
- ConfigXmlCDataSection.cs
- UrlMappingsModule.cs
- IntranetCredentialPolicy.cs
- InputLanguageManager.cs
- ProcessDesigner.cs
- SchemaObjectWriter.cs
- CalendarDesigner.cs
- CfgParser.cs
- Expression.cs
- MiniParameterInfo.cs
- DbParameterCollectionHelper.cs
- IisHelper.cs
- TimeStampChecker.cs
- DataColumn.cs
- externdll.cs
- DecimalFormatter.cs
- VisualProxy.cs
- CatalogPart.cs
- TimeoutHelper.cs
- SmiContext.cs
- BoolExpression.cs
- InvalidComObjectException.cs
- CheckedPointers.cs
- MsdtcWrapper.cs
- PropertyChangedEventArgs.cs
- MarkupWriter.cs
- PasswordRecovery.cs
- SQLDateTime.cs
- Compilation.cs
- TrackingMemoryStream.cs
- Publisher.cs