Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripSeparatorRenderEventArgs.cs / 1 / ToolStripSeparatorRenderEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Drawing; ////// /// This class represents all the information to render the winbar /// public class ToolStripSeparatorRenderEventArgs : ToolStripItemRenderEventArgs { private bool vertical = false; ////// /// This class represents all the information to render the winbar /// public ToolStripSeparatorRenderEventArgs(Graphics g, ToolStripSeparator separator, bool vertical) : base(g, separator) { this.vertical = vertical; } ////// /// the graphics object to draw with /// public bool Vertical { get { return vertical; } } } } // 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; ////// /// This class represents all the information to render the winbar /// public class ToolStripSeparatorRenderEventArgs : ToolStripItemRenderEventArgs { private bool vertical = false; ////// /// This class represents all the information to render the winbar /// public ToolStripSeparatorRenderEventArgs(Graphics g, ToolStripSeparator separator, bool vertical) : base(g, separator) { this.vertical = vertical; } ////// /// the graphics object to draw with /// public bool Vertical { get { return vertical; } } } } // 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
- PointConverter.cs
- ACE.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- CounterSample.cs
- EllipseGeometry.cs
- MediaTimeline.cs
- RegexCompilationInfo.cs
- StructuralType.cs
- EncoderParameters.cs
- DataGridViewSelectedCellCollection.cs
- SpellerInterop.cs
- PlatformNotSupportedException.cs
- PersonalizableAttribute.cs
- DataGridColumnCollection.cs
- ContractCodeDomInfo.cs
- XmlSchemaException.cs
- FormsIdentity.cs
- Attachment.cs
- DBConcurrencyException.cs
- ObjectTag.cs
- RectAnimationUsingKeyFrames.cs
- figurelengthconverter.cs
- PostBackOptions.cs
- WebResponse.cs
- CommandBinding.cs
- WorkflowInstance.cs
- ScrollBar.cs
- AnnotationDocumentPaginator.cs
- ObjectItemNoOpAssemblyLoader.cs
- AnnotationObservableCollection.cs
- CommandHelper.cs
- PtsPage.cs
- StringSource.cs
- XmlSiteMapProvider.cs
- PhysicalFontFamily.cs
- XmlILOptimizerVisitor.cs
- ViewStateException.cs
- ReflectionTypeLoadException.cs
- ReadOnlyCollection.cs
- BasicHttpSecurityMode.cs
- SettingsPropertyValueCollection.cs
- ManageRequest.cs
- SqlError.cs
- PathData.cs
- WindowsFormsHostAutomationPeer.cs
- ToolbarAUtomationPeer.cs
- TextSelectionHelper.cs
- VBIdentifierName.cs
- ToolStripDropDown.cs
- CatalogPart.cs
- ProfileEventArgs.cs
- TraceSwitch.cs
- StringValueSerializer.cs
- LinqDataSourceView.cs
- Maps.cs
- CollectionViewGroupInternal.cs
- Transaction.cs
- ExpressionParser.cs
- PlacementWorkspace.cs
- FrameSecurityDescriptor.cs
- BrowserDefinition.cs
- SizeLimitedCache.cs
- SequenceDesignerAccessibleObject.cs
- ApplicationGesture.cs
- WebResourceUtil.cs
- CodeSnippetTypeMember.cs
- ContextDataSourceView.cs
- PersonalizationEntry.cs
- OleDbSchemaGuid.cs
- GeometryCollection.cs
- PropertyMetadata.cs
- EmissiveMaterial.cs
- TableRow.cs
- SiteMembershipCondition.cs
- ClassHandlersStore.cs
- IListConverters.cs
- SystemIPInterfaceProperties.cs
- IBuiltInEvidence.cs
- CopyAction.cs
- QilStrConcat.cs
- FileIOPermission.cs
- StringPropertyBuilder.cs
- SqlClientWrapperSmiStream.cs
- SafeArrayTypeMismatchException.cs
- TextEditorContextMenu.cs
- NavigatingCancelEventArgs.cs
- DispatchOperationRuntime.cs
- FtpWebRequest.cs
- CodePropertyReferenceExpression.cs
- SweepDirectionValidation.cs
- xamlnodes.cs
- CodeCommentStatementCollection.cs
- OracleRowUpdatedEventArgs.cs
- CreateUserErrorEventArgs.cs
- PeerNodeAddress.cs
- InstanceKeyCollisionException.cs
- ConstraintCollection.cs
- ApplicationException.cs
- BamlLocalizabilityResolver.cs
- ProfileBuildProvider.cs