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
- CapabilitiesAssignment.cs
- _NetRes.cs
- CodeMethodReturnStatement.cs
- BitmapScalingModeValidation.cs
- BuildResult.cs
- StructuredType.cs
- DaylightTime.cs
- PathParser.cs
- GeometryConverter.cs
- regiisutil.cs
- MasterPageBuildProvider.cs
- DecimalConstantAttribute.cs
- PageParser.cs
- Walker.cs
- TraceSection.cs
- SubclassTypeValidator.cs
- ListViewInsertedEventArgs.cs
- TypeSemantics.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- SettingsSection.cs
- FlowPosition.cs
- HtmlContainerControl.cs
- Block.cs
- RotateTransform3D.cs
- _DisconnectOverlappedAsyncResult.cs
- MultilineStringEditor.cs
- ShaderEffect.cs
- MimeTypePropertyAttribute.cs
- ToolStripItemRenderEventArgs.cs
- IApplicationTrustManager.cs
- MDIWindowDialog.cs
- SchemaTableColumn.cs
- DataGridCellAutomationPeer.cs
- TemplateBuilder.cs
- CacheHelper.cs
- NetworkInformationException.cs
- InfoCardRSACryptoProvider.cs
- MouseWheelEventArgs.cs
- ThumbAutomationPeer.cs
- IntellisenseTextBox.cs
- ImageBrush.cs
- DesignerTextWriter.cs
- Accessible.cs
- HwndTarget.cs
- Menu.cs
- Pool.cs
- EntityDataSourceChangedEventArgs.cs
- ProcessHostMapPath.cs
- Style.cs
- Visual.cs
- DocumentReference.cs
- DocumentViewerHelper.cs
- StrongNamePublicKeyBlob.cs
- SetStoryboardSpeedRatio.cs
- BuiltInExpr.cs
- DetailsViewUpdatedEventArgs.cs
- FixedPage.cs
- StatusBarDesigner.cs
- PanelStyle.cs
- NamedPipeActivation.cs
- UnmanagedMarshal.cs
- PersonalizationEntry.cs
- TypeConverters.cs
- SqlDataSourceCommandEventArgs.cs
- EndpointDispatcherTable.cs
- ObjectMemberMapping.cs
- GlyphRun.cs
- DodSequenceMerge.cs
- SctClaimDictionary.cs
- ContentType.cs
- QueryContinueDragEventArgs.cs
- TextSelectionProcessor.cs
- MediaPlayer.cs
- ParseChildrenAsPropertiesAttribute.cs
- processwaithandle.cs
- Buffer.cs
- TraceShell.cs
- DecoderNLS.cs
- BaseWebProxyFinder.cs
- HasCopySemanticsAttribute.cs
- GridEntry.cs
- COM2FontConverter.cs
- TreeViewImageIndexConverter.cs
- SystemIcons.cs
- BamlRecordReader.cs
- ThrowHelper.cs
- ListViewDeletedEventArgs.cs
- MemberDomainMap.cs
- ActivityUtilities.cs
- Bookmark.cs
- HealthMonitoringSectionHelper.cs
- CodeNamespaceImport.cs
- AdornerLayer.cs
- DbConvert.cs
- MSAANativeProvider.cs
- MediaContext.cs
- NotImplementedException.cs
- PersistenceMetadataNamespace.cs
- DefaultHttpHandler.cs
- FixedSOMSemanticBox.cs