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
- PolyLineSegment.cs
- XPathArrayIterator.cs
- DocumentPageTextView.cs
- RelatedPropertyManager.cs
- XmlAggregates.cs
- EntityContainerEmitter.cs
- NameSpaceEvent.cs
- RestHandler.cs
- ButtonField.cs
- DataGridViewCellValueEventArgs.cs
- Base64Encoder.cs
- CodeMemberEvent.cs
- ZipFileInfo.cs
- UnsafeNativeMethods.cs
- EntryWrittenEventArgs.cs
- AutomationPropertyInfo.cs
- SwitchElementsCollection.cs
- ConditionValidator.cs
- DynamicILGenerator.cs
- MoveSizeWinEventHandler.cs
- ListDictionaryInternal.cs
- DeploymentExceptionMapper.cs
- ListMarkerLine.cs
- HttpConfigurationSystem.cs
- RenderingBiasValidation.cs
- DbConnectionPoolIdentity.cs
- ContextMenu.cs
- Configuration.cs
- GenericQueueSurrogate.cs
- DataBindingCollection.cs
- CharacterShapingProperties.cs
- ObjRef.cs
- GenericAuthenticationEventArgs.cs
- BlockUIContainer.cs
- KeyValuePair.cs
- OdbcCommandBuilder.cs
- PolygonHotSpot.cs
- BitConverter.cs
- DynamicObject.cs
- WebSysDescriptionAttribute.cs
- ServiceThrottle.cs
- RecordConverter.cs
- VideoDrawing.cs
- DataStreamFromComStream.cs
- NamedPipeChannelFactory.cs
- TemplateFactory.cs
- ValidatingReaderNodeData.cs
- DataRowExtensions.cs
- EntityExpressionVisitor.cs
- CompoundFileReference.cs
- HMAC.cs
- Trustee.cs
- XmlSchemaSimpleTypeUnion.cs
- Bold.cs
- PropertyTab.cs
- ColorTransform.cs
- CodeVariableReferenceExpression.cs
- AlignmentYValidation.cs
- XmlSchemaAny.cs
- XmlSerializerOperationFormatter.cs
- DataConnectionHelper.cs
- Win32SafeHandles.cs
- LineGeometry.cs
- SQLInt32.cs
- CodeFieldReferenceExpression.cs
- TypeToken.cs
- LineBreak.cs
- TreeNodeEventArgs.cs
- WebContext.cs
- Cursors.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- RuleInfoComparer.cs
- Authorization.cs
- StandardBindingCollectionElement.cs
- OpenTypeLayoutCache.cs
- XmlRootAttribute.cs
- StatusBarItemAutomationPeer.cs
- HebrewCalendar.cs
- NoneExcludedImageIndexConverter.cs
- SourceInterpreter.cs
- METAHEADER.cs
- ToolStripSystemRenderer.cs
- EnumerableCollectionView.cs
- WebPartActionVerb.cs
- GlyphTypeface.cs
- IconBitmapDecoder.cs
- SafeUserTokenHandle.cs
- ToolStripSystemRenderer.cs
- SignedXmlDebugLog.cs
- SQLDecimalStorage.cs
- FontTypeConverter.cs
- SeverityFilter.cs
- ObjectDisposedException.cs
- ApplicationId.cs
- MessageQuerySet.cs
- DispatcherOperation.cs
- ControlBindingsCollection.cs
- ThrowHelper.cs
- MatrixCamera.cs
- SQLDateTimeStorage.cs