Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TableLayoutSettingsTypeConverter.cs
- ComponentManagerBroker.cs
- XmlMtomWriter.cs
- ResourceReferenceKeyNotFoundException.cs
- Pair.cs
- FreezableCollection.cs
- AccessText.cs
- StylusButtonEventArgs.cs
- RequestCache.cs
- ImageCollectionCodeDomSerializer.cs
- SystemTcpConnection.cs
- HelpInfo.cs
- OleDbFactory.cs
- PointHitTestResult.cs
- XPathCompileException.cs
- HtmlTextArea.cs
- HttpCapabilitiesBase.cs
- PointHitTestParameters.cs
- PolicyUtility.cs
- DomainLiteralReader.cs
- UserPersonalizationStateInfo.cs
- DataKeyArray.cs
- TextCharacters.cs
- ActivityStatusChangeEventArgs.cs
- Policy.cs
- InvalidComObjectException.cs
- Calendar.cs
- StrokeNodeOperations2.cs
- DisplayMemberTemplateSelector.cs
- TextRangeBase.cs
- TransportOutputChannel.cs
- TypefaceCollection.cs
- SourceFileBuildProvider.cs
- EventTask.cs
- XpsPackagingPolicy.cs
- InvokeBase.cs
- DataRow.cs
- ContextActivityUtils.cs
- TdsValueSetter.cs
- DataGridViewRowsRemovedEventArgs.cs
- ContainerControl.cs
- C14NUtil.cs
- AnnotationComponentManager.cs
- ToolStripDropDownClosedEventArgs.cs
- ListViewDeleteEventArgs.cs
- ListViewDeletedEventArgs.cs
- ExpressionNode.cs
- CuspData.cs
- IdleTimeoutMonitor.cs
- TreeViewHitTestInfo.cs
- WebConfigurationHost.cs
- ProvidersHelper.cs
- TdsParser.cs
- SoapMessage.cs
- InplaceBitmapMetadataWriter.cs
- Axis.cs
- ProcessingInstructionAction.cs
- ObjectDataSourceSelectingEventArgs.cs
- ObjectComplexPropertyMapping.cs
- SafeTimerHandle.cs
- WindowsButton.cs
- Formatter.cs
- HttpCacheVaryByContentEncodings.cs
- WizardSideBarListControlItemEventArgs.cs
- ReferenceConverter.cs
- DeviceContext2.cs
- ImpersonationContext.cs
- LockCookie.cs
- Localizer.cs
- Clause.cs
- ProfileGroupSettingsCollection.cs
- AudioFileOut.cs
- ReflectEventDescriptor.cs
- UndoUnit.cs
- SearchExpression.cs
- MetadataPropertyCollection.cs
- NullableDoubleSumAggregationOperator.cs
- WebPartEditorCancelVerb.cs
- NotifyInputEventArgs.cs
- ImageMap.cs
- XmlSerializationWriter.cs
- CodeObjectCreateExpression.cs
- GeneralTransform3D.cs
- XmlDomTextWriter.cs
- RichTextBoxAutomationPeer.cs
- safelink.cs
- SerTrace.cs
- PersonalizationDictionary.cs
- PropertyStore.cs
- Interlocked.cs
- InteropBitmapSource.cs
- SchemaExporter.cs
- StatusStrip.cs
- UnsafeNativeMethods.cs
- TraceLevelHelper.cs
- BindingList.cs
- UriTemplateDispatchFormatter.cs
- CodeMemberProperty.cs
- DoubleStorage.cs
- WindowsStatic.cs