Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ImageCodecInfoPrivate.cs
- FormattedText.cs
- UrlMappingCollection.cs
- CursorInteropHelper.cs
- CodeTypeParameter.cs
- XslTransform.cs
- ConstraintStruct.cs
- AssertSection.cs
- DependencyProperty.cs
- SHA1CryptoServiceProvider.cs
- DataGridTableCollection.cs
- HTTPNotFoundHandler.cs
- ReturnValue.cs
- Thickness.cs
- ThreadInterruptedException.cs
- TimeIntervalCollection.cs
- DataServiceStreamProviderWrapper.cs
- FieldToken.cs
- HMAC.cs
- RequiredFieldValidator.cs
- MostlySingletonList.cs
- DataGridViewAddColumnDialog.cs
- StrokeCollection.cs
- DataTableTypeConverter.cs
- SettingsPropertyWrongTypeException.cs
- ColorConvertedBitmap.cs
- ScrollBarRenderer.cs
- MobileControlBuilder.cs
- WrappedReader.cs
- SafePointer.cs
- SerializationFieldInfo.cs
- WindowsPrincipal.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- BufferedWebEventProvider.cs
- EraserBehavior.cs
- SqlBulkCopyColumnMappingCollection.cs
- Wrapper.cs
- PrintingPermissionAttribute.cs
- EntitySqlQueryCacheEntry.cs
- FrameworkContextData.cs
- Internal.cs
- TraceXPathNavigator.cs
- AssertFilter.cs
- InteropBitmapSource.cs
- RuleSettings.cs
- CommandHelpers.cs
- ObjectListFieldCollection.cs
- MessageSecurityOverTcp.cs
- HtmlInputPassword.cs
- AnimationException.cs
- ContentElement.cs
- ResourceAssociationType.cs
- assertwrapper.cs
- MetafileHeader.cs
- NullableIntMinMaxAggregationOperator.cs
- SoapElementAttribute.cs
- FolderBrowserDialog.cs
- DetailsViewCommandEventArgs.cs
- BitStream.cs
- IdentitySection.cs
- MenuItem.cs
- ErrorFormatter.cs
- XmlParserContext.cs
- WindowsScrollBar.cs
- SQLString.cs
- XmlQualifiedNameTest.cs
- UpdatePanelControlTrigger.cs
- EncoderBestFitFallback.cs
- DelegatingChannelListener.cs
- DependencyStoreSurrogate.cs
- GetChildSubtree.cs
- Properties.cs
- AssemblyHelper.cs
- Array.cs
- ArgumentException.cs
- ReservationNotFoundException.cs
- CipherData.cs
- Int32.cs
- BuildTopDownAttribute.cs
- ConfigurationStrings.cs
- DataGridViewComboBoxCell.cs
- SqlConnectionString.cs
- AssociationSet.cs
- NavigatorOutput.cs
- CodeNamespaceCollection.cs
- FamilyMap.cs
- FixedSOMPageElement.cs
- SyntaxCheck.cs
- RemoteArgument.cs
- AssemblyBuilderData.cs
- SQLMoney.cs
- IHttpResponseInternal.cs
- RequestUriProcessor.cs
- SvcMapFile.cs
- CorruptStoreException.cs
- BitmapSizeOptions.cs
- OletxDependentTransaction.cs
- SqlIdentifier.cs
- SolidBrush.cs
- AnalyzedTree.cs