Code:
/ FX-1434 / FX-1434 / 1.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
- SingleTagSectionHandler.cs
- Connection.cs
- AppLevelCompilationSectionCache.cs
- DataGridSortingEventArgs.cs
- TypeContext.cs
- ApplicationServiceHelper.cs
- HttpModuleCollection.cs
- DurableServiceAttribute.cs
- Exceptions.cs
- RowToParametersTransformer.cs
- MembershipPasswordException.cs
- OutgoingWebResponseContext.cs
- EditorAttribute.cs
- FormClosedEvent.cs
- DataGridViewImageColumn.cs
- HtmlTableRowCollection.cs
- WsdlBuildProvider.cs
- ToolStripGrip.cs
- ContentPresenter.cs
- XamlFrame.cs
- GACIdentityPermission.cs
- CollectionConverter.cs
- AdapterDictionary.cs
- MachineKeyConverter.cs
- Renderer.cs
- InvalidFilterCriteriaException.cs
- StorageEndPropertyMapping.cs
- HtmlInputButton.cs
- TranslateTransform3D.cs
- Collection.cs
- SqlConnectionStringBuilder.cs
- FileDetails.cs
- CodeDefaultValueExpression.cs
- VectorCollectionConverter.cs
- DataSourceDesigner.cs
- ActivityExecutionFilter.cs
- WebSysDisplayNameAttribute.cs
- CompilerInfo.cs
- Double.cs
- TextPattern.cs
- Publisher.cs
- XmlSchemaAttributeGroupRef.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DesignerHost.cs
- SqlGatherConsumedAliases.cs
- SoapEnumAttribute.cs
- GridViewRowPresenter.cs
- TrackingConditionCollection.cs
- MSHTMLHost.cs
- QilInvokeEarlyBound.cs
- PointLight.cs
- CalendarAutomationPeer.cs
- MbpInfo.cs
- GeometryModel3D.cs
- MaskDescriptor.cs
- IssuedTokenParametersEndpointAddressElement.cs
- MbpInfo.cs
- FontCollection.cs
- RegionInfo.cs
- RewritingValidator.cs
- MemberJoinTreeNode.cs
- Oci.cs
- IriParsingElement.cs
- CompositeFontFamily.cs
- AccessorTable.cs
- OraclePermissionAttribute.cs
- ConfigXmlText.cs
- InstanceHandleConflictException.cs
- MarkupCompiler.cs
- DoWorkEventArgs.cs
- FacetDescription.cs
- MdiWindowListItemConverter.cs
- SamlSubjectStatement.cs
- BoundingRectTracker.cs
- CacheSection.cs
- PartitionerQueryOperator.cs
- WindowHideOrCloseTracker.cs
- MessageQueueKey.cs
- CodeVariableDeclarationStatement.cs
- SqlWorkflowInstanceStore.cs
- OutputScopeManager.cs
- WizardStepBase.cs
- MetadataArtifactLoaderCompositeFile.cs
- StreamGeometryContext.cs
- ReadWriteObjectLock.cs
- _LoggingObject.cs
- LinearKeyFrames.cs
- TextParagraphProperties.cs
- TargetInvocationException.cs
- URLMembershipCondition.cs
- FileLevelControlBuilderAttribute.cs
- UnauthorizedAccessException.cs
- XmlArrayItemAttributes.cs
- NameValueSectionHandler.cs
- BamlRecordHelper.cs
- XmlSchemaValidationException.cs
- ServicePerformanceCounters.cs
- _DomainName.cs
- ListSourceHelper.cs
- PaperSize.cs