Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TCPClient.cs
- ExpressionBuilderContext.cs
- DrawingState.cs
- _ScatterGatherBuffers.cs
- DefaultEvaluationContext.cs
- ItemsPanelTemplate.cs
- ApplicationServiceHelper.cs
- ConnectionManagementElementCollection.cs
- GroupQuery.cs
- ToolStripItemImageRenderEventArgs.cs
- MenuItem.cs
- XmlFileEditor.cs
- RelationshipDetailsCollection.cs
- CommandField.cs
- KernelTypeValidation.cs
- AssociationTypeEmitter.cs
- Validator.cs
- QueryProcessor.cs
- PreservationFileWriter.cs
- UIElementAutomationPeer.cs
- PrimitiveXmlSerializers.cs
- ProgressChangedEventArgs.cs
- SingleQueryOperator.cs
- Visual3DCollection.cs
- MatrixCamera.cs
- HashHelpers.cs
- ValueTable.cs
- TreeView.cs
- TextOutput.cs
- AuthenticationModuleElement.cs
- ButtonAutomationPeer.cs
- UriTemplatePathSegment.cs
- SkewTransform.cs
- View.cs
- RuntimeIdentifierPropertyAttribute.cs
- Number.cs
- ExpressionConverter.cs
- DateTimeOffset.cs
- BamlVersionHeader.cs
- TableLayoutSettings.cs
- CodeAttachEventStatement.cs
- GcHandle.cs
- BackgroundWorker.cs
- sqlpipe.cs
- DataGridColumnHeader.cs
- StreamWriter.cs
- MultipartContentParser.cs
- BinaryOperationBinder.cs
- MimeObjectFactory.cs
- ReadOnlyHierarchicalDataSource.cs
- TransformerInfo.cs
- DoubleAnimationUsingKeyFrames.cs
- figurelengthconverter.cs
- BooleanStorage.cs
- BitHelper.cs
- Msmq4PoisonHandler.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ThicknessConverter.cs
- StyleHelper.cs
- ADMembershipProvider.cs
- DynamicValueConverter.cs
- Queue.cs
- AsyncCompletedEventArgs.cs
- BaseParaClient.cs
- QilBinary.cs
- Column.cs
- HMACRIPEMD160.cs
- ButtonBaseAutomationPeer.cs
- EqualityComparer.cs
- WebBaseEventKeyComparer.cs
- PassportAuthenticationEventArgs.cs
- PrintDialogException.cs
- AttachmentService.cs
- CoTaskMemHandle.cs
- BrowserCapabilitiesCodeGenerator.cs
- OracleMonthSpan.cs
- GenericsNotImplementedException.cs
- TableRow.cs
- DefaultTextStore.cs
- FontFamilyValueSerializer.cs
- BaseCAMarshaler.cs
- WindowsFont.cs
- PackageRelationshipSelector.cs
- SettingsPropertyNotFoundException.cs
- XmlCodeExporter.cs
- XmlWrappingReader.cs
- Helpers.cs
- ComponentConverter.cs
- OdbcParameter.cs
- ObjectStateEntry.cs
- Filter.cs
- InternalResources.cs
- Converter.cs
- EntityCollection.cs
- FormViewPageEventArgs.cs
- XmlRawWriter.cs
- SessionStateContainer.cs
- ClientOptions.cs
- DataSetUtil.cs
- StyleModeStack.cs