Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- COM2EnumConverter.cs
- TogglePatternIdentifiers.cs
- TypeInformation.cs
- FilteredXmlReader.cs
- ValidationEventArgs.cs
- TextCharacters.cs
- SQLRoleProvider.cs
- UnsafeNativeMethods.cs
- WebConfigManager.cs
- CacheMemory.cs
- SelectionChangedEventArgs.cs
- ScriptServiceAttribute.cs
- StateMachineWorkflow.cs
- XamlGridLengthSerializer.cs
- TextEditorParagraphs.cs
- PreservationFileReader.cs
- WindowsToolbarAsMenu.cs
- FreezableCollection.cs
- Assert.cs
- LogReservationCollection.cs
- ServiceNotStartedException.cs
- SmiEventStream.cs
- CodeRegionDirective.cs
- SmtpClient.cs
- SubstitutionList.cs
- IISMapPath.cs
- WebPartZoneBase.cs
- DropShadowEffect.cs
- AutomationPropertyInfo.cs
- SimpleType.cs
- PointUtil.cs
- LocalValueEnumerator.cs
- BinHexDecoder.cs
- WindowsContainer.cs
- SqlBooleanMismatchVisitor.cs
- ContentElementCollection.cs
- SafeCancelMibChangeNotify.cs
- QuerySettings.cs
- XPathNodeInfoAtom.cs
- AssemblyCollection.cs
- ValidatorCollection.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- _AutoWebProxyScriptEngine.cs
- BigIntegerStorage.cs
- ElementHostPropertyMap.cs
- CorruptStoreException.cs
- RotationValidation.cs
- AuthorizationRule.cs
- URI.cs
- infer.cs
- DefaultSerializationProviderAttribute.cs
- ScrollContentPresenter.cs
- SecurityProtocolFactory.cs
- SQLBoolean.cs
- DataGridViewRowCancelEventArgs.cs
- EnumBuilder.cs
- Util.cs
- LongAverageAggregationOperator.cs
- RoleService.cs
- CodeExporter.cs
- TransformerTypeCollection.cs
- TreeNodeBindingCollection.cs
- TextEditorDragDrop.cs
- ServiceMetadataExtension.cs
- DataGridViewCellCancelEventArgs.cs
- _NestedMultipleAsyncResult.cs
- BaseConfigurationRecord.cs
- PresentationSource.cs
- DescendentsWalker.cs
- StdValidatorsAndConverters.cs
- ObjectConverter.cs
- SystemColors.cs
- CodeIdentifier.cs
- ConfigurationFileMap.cs
- ValidationErrorEventArgs.cs
- SerializationInfo.cs
- XmlResolver.cs
- SelectionWordBreaker.cs
- WSDualHttpSecurityMode.cs
- XmlEntityReference.cs
- XmlSchemaValidator.cs
- AttributeCollection.cs
- PermissionToken.cs
- NetStream.cs
- InvokeGenerator.cs
- DesignTimeTemplateParser.cs
- BaseDataBoundControl.cs
- DropShadowBitmapEffect.cs
- DataSourceNameHandler.cs
- NumericPagerField.cs
- QuaternionConverter.cs
- TcpWorkerProcess.cs
- DetailsViewDeleteEventArgs.cs
- IgnoreFileBuildProvider.cs
- HttpCapabilitiesEvaluator.cs
- InvalidWMPVersionException.cs
- ResXBuildProvider.cs
- Single.cs
- DataObjectEventArgs.cs
- FixUp.cs