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
- XmlTextWriter.cs
- StoreConnection.cs
- Oid.cs
- CursorConverter.cs
- SHA384Managed.cs
- InheritanceContextHelper.cs
- BindableTemplateBuilder.cs
- WebServiceClientProxyGenerator.cs
- DisposableCollectionWrapper.cs
- Propagator.Evaluator.cs
- AssertFilter.cs
- DataContractSerializer.cs
- FontFaceLayoutInfo.cs
- HWStack.cs
- CompositeClientFormatter.cs
- UIElement3D.cs
- ImageSourceTypeConverter.cs
- CodeAttachEventStatement.cs
- dtdvalidator.cs
- DataRowComparer.cs
- ExtentKey.cs
- ManagementObjectSearcher.cs
- XmlDataSourceNodeDescriptor.cs
- ContentAlignmentEditor.cs
- AuthenticationService.cs
- ContentPlaceHolder.cs
- Marshal.cs
- XsltCompileContext.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- TreeViewImageKeyConverter.cs
- AccessText.cs
- DefaultValueConverter.cs
- DbConnectionStringCommon.cs
- CodeSubDirectoriesCollection.cs
- TemplateField.cs
- TextCollapsingProperties.cs
- ChangePassword.cs
- AuthenticatingEventArgs.cs
- ListViewContainer.cs
- ArgumentException.cs
- DataGridViewCellCollection.cs
- TreeNodeCollection.cs
- SystemUdpStatistics.cs
- EdmError.cs
- PageTheme.cs
- ThicknessAnimationBase.cs
- DiffuseMaterial.cs
- ConfigurationValidatorAttribute.cs
- WebControlParameterProxy.cs
- SqlTopReducer.cs
- WebPartCatalogCloseVerb.cs
- WindowManager.cs
- PtsHost.cs
- AttributeQuery.cs
- StringFormat.cs
- SpotLight.cs
- CommandManager.cs
- ActivationServices.cs
- VersionPair.cs
- Msec.cs
- CodeIterationStatement.cs
- DeploymentExceptionMapper.cs
- ProxyWebPartManager.cs
- IfAction.cs
- DelayLoadType.cs
- VariantWrapper.cs
- TdsValueSetter.cs
- RenderData.cs
- DbConnectionStringCommon.cs
- SiteMapNodeItemEventArgs.cs
- HierarchicalDataSourceControl.cs
- WhitespaceRuleReader.cs
- Stopwatch.cs
- ValidationPropertyAttribute.cs
- ManagementDateTime.cs
- ExpressionPrefixAttribute.cs
- Mapping.cs
- IisTraceWebEventProvider.cs
- SemanticResultValue.cs
- EncoderParameters.cs
- RowBinding.cs
- GroupQuery.cs
- ClientBuildManagerCallback.cs
- ListViewGroupCollectionEditor.cs
- XmlEntityReference.cs
- ReadOnlyAttribute.cs
- ImportCatalogPart.cs
- Emitter.cs
- AccessedThroughPropertyAttribute.cs
- StatusBar.cs
- ValueHandle.cs
- DecoderBestFitFallback.cs
- SplitterCancelEvent.cs
- SignatureDescription.cs
- PageAsyncTaskManager.cs
- BindingSource.cs
- ArgumentOutOfRangeException.cs
- SqlOuterApplyReducer.cs
- ContentHostHelper.cs
- ErrorWrapper.cs