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
- XPathMultyIterator.cs
- _Events.cs
- InternalsVisibleToAttribute.cs
- ObjectListField.cs
- SafeUserTokenHandle.cs
- ThreadSafeList.cs
- OdbcEnvironment.cs
- PathSegment.cs
- DropDownButton.cs
- ImplicitInputBrush.cs
- DynamicDocumentPaginator.cs
- XmlSchemaException.cs
- ContentPresenter.cs
- ParallelTimeline.cs
- XmlSchemaExporter.cs
- CustomTypeDescriptor.cs
- DataGridCellInfo.cs
- WindowsListView.cs
- JobPageOrder.cs
- VolatileResourceManager.cs
- AppearanceEditorPart.cs
- LineGeometry.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- WebPartManager.cs
- SizeChangedEventArgs.cs
- MailAddressParser.cs
- MethodExpression.cs
- VisualProxy.cs
- UIElement.cs
- LayoutTableCell.cs
- TextServicesManager.cs
- CacheChildrenQuery.cs
- MsmqIntegrationValidationBehavior.cs
- InputScopeAttribute.cs
- StandardTransformFactory.cs
- ChangeNode.cs
- PixelShader.cs
- OdbcEnvironment.cs
- RichTextBoxDesigner.cs
- DesignerWithHeader.cs
- BitConverter.cs
- HostingMessageProperty.cs
- DesignerForm.cs
- IssuanceTokenProviderState.cs
- FixedFlowMap.cs
- Context.cs
- ToolStripContentPanel.cs
- CurrencyManager.cs
- XmlTextReaderImplHelpers.cs
- CopyAttributesAction.cs
- OrCondition.cs
- LassoHelper.cs
- DivideByZeroException.cs
- AppliedDeviceFiltersDialog.cs
- ResolveResponseInfo.cs
- CreateParams.cs
- CategoryAttribute.cs
- TrackingExtract.cs
- securitymgrsite.cs
- RightNameExpirationInfoPair.cs
- ToolboxComponentsCreatingEventArgs.cs
- FreezableCollection.cs
- WeakReference.cs
- HtmlElement.cs
- MenuEventArgs.cs
- FormatException.cs
- LocationSectionRecord.cs
- SelectionRangeConverter.cs
- UnsafeNativeMethods.cs
- HandlerMappingMemo.cs
- MemoryPressure.cs
- ServiceOperation.cs
- ResXResourceReader.cs
- RelOps.cs
- RuntimeWrappedException.cs
- MulticastOption.cs
- InstanceCreationEditor.cs
- DesignObjectWrapper.cs
- ByteStorage.cs
- Configuration.cs
- VarInfo.cs
- ResponseStream.cs
- InlineCollection.cs
- MimeMapping.cs
- ValueUtilsSmi.cs
- ProcessHostServerConfig.cs
- FusionWrap.cs
- WithParamAction.cs
- TypefaceMap.cs
- LinkedResourceCollection.cs
- Accessible.cs
- ExceptionValidationRule.cs
- Point3DAnimationUsingKeyFrames.cs
- BufferModeSettings.cs
- ValidatorCollection.cs
- XamlWrappingReader.cs
- SchemaImporterExtensionsSection.cs
- SchemaEntity.cs
- CSharpCodeProvider.cs
- TextPenaltyModule.cs