Code:
/ FX-1434 / FX-1434 / 1.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
- XPathNodePointer.cs
- RectAnimation.cs
- ToolboxBitmapAttribute.cs
- TwoPhaseCommit.cs
- EditingCommands.cs
- AdapterUtil.cs
- ReverseInheritProperty.cs
- LocatorManager.cs
- SqlDelegatedTransaction.cs
- ToolStripDropDownClosedEventArgs.cs
- InputLanguageSource.cs
- ImageKeyConverter.cs
- FontFamilyValueSerializer.cs
- ConvertersCollection.cs
- BindingOperations.cs
- SQLDateTime.cs
- MatrixKeyFrameCollection.cs
- EventHandlerService.cs
- XmlArrayItemAttribute.cs
- SatelliteContractVersionAttribute.cs
- HttpResponseWrapper.cs
- dataobject.cs
- FlowDocumentView.cs
- PerfService.cs
- Int64Converter.cs
- DescendentsWalker.cs
- AuthenticationServiceManager.cs
- InstallerTypeAttribute.cs
- FontDialog.cs
- XmlElementAttribute.cs
- HttpUnhandledOperationInvoker.cs
- TextEditorCopyPaste.cs
- SafeNativeMemoryHandle.cs
- FullTextLine.cs
- JsonReader.cs
- SoapParser.cs
- SspiSafeHandles.cs
- WebPartEventArgs.cs
- DependencyPropertyConverter.cs
- FontWeight.cs
- DockAndAnchorLayout.cs
- ResourceReferenceExpressionConverter.cs
- SamlConstants.cs
- DetailsViewPagerRow.cs
- EvidenceBase.cs
- XmlUtil.cs
- ResXBuildProvider.cs
- ColorAnimationUsingKeyFrames.cs
- ObservableCollectionDefaultValueFactory.cs
- DecimalKeyFrameCollection.cs
- ExecutionEngineException.cs
- MultiBinding.cs
- _SSPISessionCache.cs
- GlyphingCache.cs
- PrivilegedConfigurationManager.cs
- TagMapInfo.cs
- ArrayTypeMismatchException.cs
- NextPreviousPagerField.cs
- sqlmetadatafactory.cs
- LineProperties.cs
- HttpHandlersSection.cs
- LongMinMaxAggregationOperator.cs
- FileInfo.cs
- XmlTypeMapping.cs
- Version.cs
- basevalidator.cs
- TransportElement.cs
- DbConnectionStringCommon.cs
- BindingUtils.cs
- CookieParameter.cs
- StateMachineWorkflowInstance.cs
- SecureStringHasher.cs
- DataContractSet.cs
- PreservationFileWriter.cs
- DecoratedNameAttribute.cs
- PowerModeChangedEventArgs.cs
- XmlWrappingReader.cs
- AnonymousIdentificationModule.cs
- XPathDocumentBuilder.cs
- BoundPropertyEntry.cs
- LeafCellTreeNode.cs
- RichTextBoxDesigner.cs
- RealProxy.cs
- SecurityKeyIdentifier.cs
- StatusBarItemAutomationPeer.cs
- BufferedOutputAsyncStream.cs
- VoiceInfo.cs
- _NTAuthentication.cs
- RayMeshGeometry3DHitTestResult.cs
- ComplexLine.cs
- RequestQueryParser.cs
- TransformProviderWrapper.cs
- TargetInvocationException.cs
- ActionMismatchAddressingException.cs
- WebPartManagerInternals.cs
- IisTraceWebEventProvider.cs
- DataDocumentXPathNavigator.cs
- QueryMatcher.cs
- Parser.cs
- OdbcEnvironment.cs