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 / 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
- NamedPermissionSet.cs
- CompoundFileDeflateTransform.cs
- ExpressionPrefixAttribute.cs
- DataGridViewColumn.cs
- DEREncoding.cs
- DataListCommandEventArgs.cs
- ParserOptions.cs
- SqlConnectionFactory.cs
- ValidationRule.cs
- ValidationRule.cs
- ColorTransformHelper.cs
- ListBoxChrome.cs
- SQLGuidStorage.cs
- TransactionManager.cs
- StrokeNodeOperations.cs
- ProviderConnectionPointCollection.cs
- CodeGeneratorOptions.cs
- TreeNodeMouseHoverEvent.cs
- AsymmetricKeyExchangeFormatter.cs
- DataRecordObjectView.cs
- BinaryKeyIdentifierClause.cs
- DrawingVisualDrawingContext.cs
- KeysConverter.cs
- StateMachineHistory.cs
- CdpEqualityComparer.cs
- Model3D.cs
- AdCreatedEventArgs.cs
- ProviderCollection.cs
- NameObjectCollectionBase.cs
- DesignerLoader.cs
- VisualStateChangedEventArgs.cs
- SignatureConfirmations.cs
- SqlInfoMessageEvent.cs
- ObjectViewFactory.cs
- LinqDataSourceValidationException.cs
- TripleDESCryptoServiceProvider.cs
- SmiEventSink.cs
- Tuple.cs
- TreeNodeStyle.cs
- VectorCollection.cs
- PropertyItemInternal.cs
- HttpCacheVaryByContentEncodings.cs
- ListViewDeletedEventArgs.cs
- FullTrustAssemblyCollection.cs
- ReferentialConstraint.cs
- AstTree.cs
- SqlLiftWhereClauses.cs
- StyleSelector.cs
- InOutArgument.cs
- ImageInfo.cs
- DataBoundControlHelper.cs
- ConfigXmlDocument.cs
- CompressedStack.cs
- SqlParameterizer.cs
- LogEntryHeaderv1Deserializer.cs
- TypefaceMap.cs
- DataControlButton.cs
- DelimitedListTraceListener.cs
- WebHeaderCollection.cs
- LogFlushAsyncResult.cs
- SoapFormatExtensions.cs
- TransactionContextValidator.cs
- RNGCryptoServiceProvider.cs
- ProgressPage.cs
- WebResponse.cs
- CommandHelper.cs
- InputLangChangeRequestEvent.cs
- CommandHelper.cs
- MimeTypeAttribute.cs
- HttpPostedFile.cs
- ConfigurationConverterBase.cs
- Exception.cs
- GradientSpreadMethodValidation.cs
- XPathAncestorIterator.cs
- MarkupObject.cs
- ReliableChannelListener.cs
- OutputCacheProfileCollection.cs
- XmlMembersMapping.cs
- BStrWrapper.cs
- ObjectDataProvider.cs
- EmissiveMaterial.cs
- MethodBuilder.cs
- XmlNamespaceMappingCollection.cs
- Privilege.cs
- DataServiceRequestArgs.cs
- ContractUtils.cs
- ContainsSearchOperator.cs
- CodeDirectionExpression.cs
- VScrollProperties.cs
- SqlWorkflowPersistenceService.cs
- ControlLocalizer.cs
- Documentation.cs
- XmlBaseReader.cs
- DBDataPermission.cs
- CellParagraph.cs
- MarkupCompiler.cs
- _SecureChannel.cs
- XmlSchemaSimpleContent.cs
- TransactionsSectionGroup.cs
- _ConnectOverlappedAsyncResult.cs