Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SystemIPv6InterfaceProperties.cs
- DataControlFieldCollection.cs
- ArgumentOutOfRangeException.cs
- FixedTextSelectionProcessor.cs
- EntityViewGenerator.cs
- ThemeableAttribute.cs
- RenamedEventArgs.cs
- Win32Exception.cs
- ObjectStateManager.cs
- BamlRecords.cs
- SettingsSavedEventArgs.cs
- ScriptIgnoreAttribute.cs
- BindingContext.cs
- SqlDataSourceConfigureSortForm.cs
- DesignerView.Commands.cs
- Fx.cs
- WindowsSecurityToken.cs
- SafeNativeMethods.cs
- DataGridClipboardHelper.cs
- QueryStringParameter.cs
- ExceptionHelpers.cs
- CancelEventArgs.cs
- CryptoApi.cs
- DesignTimeHTMLTextWriter.cs
- KnownTypeAttribute.cs
- ConditionalAttribute.cs
- ObjectAnimationBase.cs
- SizeIndependentAnimationStorage.cs
- NavigationCommands.cs
- DataSetUtil.cs
- Ops.cs
- TemplatedControlDesigner.cs
- BlurEffect.cs
- RootBuilder.cs
- EdmFunctions.cs
- ObjectAnimationUsingKeyFrames.cs
- LayoutManager.cs
- GeneratedCodeAttribute.cs
- ToolStripLocationCancelEventArgs.cs
- ClientSettings.cs
- SelectedGridItemChangedEvent.cs
- ConfigViewGenerator.cs
- URIFormatException.cs
- BufferedWebEventProvider.cs
- Vector3DAnimationBase.cs
- UrlAuthFailedErrorFormatter.cs
- FrameAutomationPeer.cs
- DetailsViewCommandEventArgs.cs
- NullReferenceException.cs
- SiteMapPath.cs
- MenuItem.cs
- ImageFormatConverter.cs
- XmlCustomFormatter.cs
- CustomErrorsSection.cs
- Behavior.cs
- ExecutionEngineException.cs
- HtmlInputControl.cs
- DetailsViewRowCollection.cs
- FilterQuery.cs
- Process.cs
- SafeRightsManagementEnvironmentHandle.cs
- CodeTypeReference.cs
- BitmapEffectDrawing.cs
- DataGridViewColumnStateChangedEventArgs.cs
- Page.cs
- ResourceContainerWrapper.cs
- CorrelationKey.cs
- OperatorExpressions.cs
- MachineKeyValidationConverter.cs
- PassportIdentity.cs
- EdmProviderManifest.cs
- XmlSubtreeReader.cs
- ProfileGroupSettings.cs
- SchemaComplexType.cs
- SecurityTokenReferenceStyle.cs
- XslTransformFileEditor.cs
- WmlPanelAdapter.cs
- CharKeyFrameCollection.cs
- OutputScope.cs
- SaveFileDialog.cs
- ServicesUtilities.cs
- RenderDataDrawingContext.cs
- NumberSubstitution.cs
- Timer.cs
- AsyncPostBackErrorEventArgs.cs
- HashHelpers.cs
- TabPage.cs
- Vector3D.cs
- ClickablePoint.cs
- UIElement3D.cs
- FastEncoderWindow.cs
- ElementInit.cs
- OracleDateTime.cs
- SqlConnectionStringBuilder.cs
- IsolatedStoragePermission.cs
- Transform3DGroup.cs
- ListBoxItemWrapperAutomationPeer.cs
- Int64AnimationBase.cs
- _ListenerRequestStream.cs
- CodeAttributeArgumentCollection.cs