Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- BitmapMetadataBlob.cs
- Int32AnimationBase.cs
- HostProtectionPermission.cs
- PseudoWebRequest.cs
- WorkflowViewElement.cs
- DPCustomTypeDescriptor.cs
- DateTimePicker.cs
- RegexTree.cs
- Header.cs
- Polygon.cs
- BufferBuilder.cs
- ConfigurationManagerHelperFactory.cs
- EnumCodeDomSerializer.cs
- Point.cs
- Convert.cs
- TextEndOfParagraph.cs
- HandleTable.cs
- Int32CAMarshaler.cs
- HtmlImage.cs
- DispatcherSynchronizationContext.cs
- AutomationPeer.cs
- SymmetricKey.cs
- RSAOAEPKeyExchangeFormatter.cs
- StringBlob.cs
- BitmapImage.cs
- InvokeProviderWrapper.cs
- Encoder.cs
- AuthenticationModuleElementCollection.cs
- EditCommandColumn.cs
- WmlMobileTextWriter.cs
- ExtenderControl.cs
- MemberInfoSerializationHolder.cs
- FixedDocument.cs
- XslVisitor.cs
- SocketElement.cs
- SimpleBitVector32.cs
- DesignSurfaceEvent.cs
- ValidatedControlConverter.cs
- DefaultBindingPropertyAttribute.cs
- TextBoxAutomationPeer.cs
- CellTreeSimplifier.cs
- MenuAdapter.cs
- TreeView.cs
- XPathNodeList.cs
- MouseCaptureWithinProperty.cs
- XNodeValidator.cs
- ContractTypeNameElement.cs
- SqlUtil.cs
- LayoutEditorPart.cs
- TextBox.cs
- Attributes.cs
- ChangePasswordDesigner.cs
- ColumnCollectionEditor.cs
- TraceHandlerErrorFormatter.cs
- TrackingServices.cs
- HideDisabledControlAdapter.cs
- ExpressionReplacer.cs
- XmlSerializationReader.cs
- TableFieldsEditor.cs
- Util.cs
- ConfigViewGenerator.cs
- NotifyParentPropertyAttribute.cs
- XmlSerializationReader.cs
- SqlOuterApplyReducer.cs
- IdentityReference.cs
- StagingAreaInputItem.cs
- PathGradientBrush.cs
- XmlNodeWriter.cs
- XmlAttributeOverrides.cs
- JournalEntryStack.cs
- XpsDocumentEvent.cs
- DataBindingsDialog.cs
- TriggerBase.cs
- CodeNamespaceImportCollection.cs
- MetafileHeader.cs
- TypeConverterHelper.cs
- XmlWriterDelegator.cs
- WebPartCancelEventArgs.cs
- UseManagedPresentationElement.cs
- RoutedCommand.cs
- SqlUtils.cs
- IndexedEnumerable.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- FloaterBaseParaClient.cs
- Win32.cs
- ClientTargetSection.cs
- UICuesEvent.cs
- SpeechRecognitionEngine.cs
- DataServices.cs
- TableCell.cs
- TimeSpanMinutesConverter.cs
- HScrollProperties.cs
- Helper.cs
- WriteFileContext.cs
- StringUtil.cs
- BitmapData.cs
- ScrollChangedEventArgs.cs
- SqlFunctionAttribute.cs
- ListBox.cs
- ConfigurationSectionCollection.cs