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 / SplitterEvent.cs / 1 / SplitterEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class SplitterEventArgs : EventArgs { private readonly int x; private readonly int y; private int splitX; private int splitY; ////// Provides data for splitter events. /// ////// /// public SplitterEventArgs(int x, int y, int splitX, int splitY) { this.x = x; this.y = y; this.splitX = splitX; this.splitY = splitY; } ////// Initializes an instance of the ///class with the specified coordinates /// of the mouse pointer and the upper-left corner of the . /// /// /// public int X { get { return x; } } ////// Gets the x-coordinate of the /// mouse pointer (in client coordinates). /// ////// /// public int Y { get { return y; } } ////// Gets the y-coordinate of the mouse pointer (in /// client coordinates). /// ////// /// public int SplitX { get { return splitX; } set { splitX = value; } } ////// Gets the x-coordinate of the /// upper-left corner of the ///(in client coordinates). /// /// /// public int SplitY { get { return splitY; } set { splitY = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets the y-coordinate of the upper-left corner of the ///(in client coordinates). /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class SplitterEventArgs : EventArgs { private readonly int x; private readonly int y; private int splitX; private int splitY; ////// Provides data for splitter events. /// ////// /// public SplitterEventArgs(int x, int y, int splitX, int splitY) { this.x = x; this.y = y; this.splitX = splitX; this.splitY = splitY; } ////// Initializes an instance of the ///class with the specified coordinates /// of the mouse pointer and the upper-left corner of the . /// /// /// public int X { get { return x; } } ////// Gets the x-coordinate of the /// mouse pointer (in client coordinates). /// ////// /// public int Y { get { return y; } } ////// Gets the y-coordinate of the mouse pointer (in /// client coordinates). /// ////// /// public int SplitX { get { return splitX; } set { splitX = value; } } ////// Gets the x-coordinate of the /// upper-left corner of the ///(in client coordinates). /// /// /// public int SplitY { get { return splitY; } set { splitY = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the y-coordinate of the upper-left corner of the ///(in client coordinates). ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509RecipientCertificateClientElement.cs
- XPathSelfQuery.cs
- DefaultAsyncDataDispatcher.cs
- UnsafeMethods.cs
- LayoutSettings.cs
- XmlComplianceUtil.cs
- NumberFormatter.cs
- InputScopeConverter.cs
- MemberJoinTreeNode.cs
- XmlNodeChangedEventManager.cs
- WindowsComboBox.cs
- CodeIdentifiers.cs
- CollectionEditVerbManager.cs
- ForceCopyBuildProvider.cs
- Membership.cs
- DateTimeConstantAttribute.cs
- DataControlField.cs
- UserNameSecurityTokenProvider.cs
- InheritablePropertyChangeInfo.cs
- UnionCodeGroup.cs
- HwndHostAutomationPeer.cs
- TextEditorMouse.cs
- WindowsRebar.cs
- BaseTemplateBuildProvider.cs
- ChannelServices.cs
- Win32.cs
- AttributeUsageAttribute.cs
- SQLInt16.cs
- BitmapEffectGroup.cs
- DrawingGroup.cs
- Point3DKeyFrameCollection.cs
- serverconfig.cs
- TimersDescriptionAttribute.cs
- ProjectionCamera.cs
- SystemParameters.cs
- StrokeIntersection.cs
- Thumb.cs
- NamespaceEmitter.cs
- HasCopySemanticsAttribute.cs
- ContentPosition.cs
- Line.cs
- SyndicationDeserializer.cs
- CodeCommentStatement.cs
- SBCSCodePageEncoding.cs
- SelectionProcessor.cs
- ValueQuery.cs
- MatrixStack.cs
- Parsers.cs
- UserControlBuildProvider.cs
- SecurityContextTokenCache.cs
- MarkerProperties.cs
- XmlUtil.cs
- MenuItemStyle.cs
- TextProperties.cs
- ServiceMetadataExtension.cs
- FileFormatException.cs
- RuleRefElement.cs
- FocusTracker.cs
- DataGridViewRowStateChangedEventArgs.cs
- DataFormats.cs
- DataGridViewRowPostPaintEventArgs.cs
- Table.cs
- ToolStripItem.cs
- ToolStripDropDownClosingEventArgs.cs
- HttpHostedTransportConfiguration.cs
- XmlAttributeCollection.cs
- KeyPressEvent.cs
- RegexCapture.cs
- Thread.cs
- CodePropertyReferenceExpression.cs
- UpdateException.cs
- XamlGridLengthSerializer.cs
- XPathSelectionIterator.cs
- MessageHeaderAttribute.cs
- RealizedColumnsBlock.cs
- AppPool.cs
- WebHeaderCollection.cs
- XmlQueryCardinality.cs
- DotExpr.cs
- SettingsBindableAttribute.cs
- XmlUnspecifiedAttribute.cs
- CodeFieldReferenceExpression.cs
- SQLDoubleStorage.cs
- NullRuntimeConfig.cs
- TypeUtil.cs
- clipboard.cs
- ScanQueryOperator.cs
- SrgsText.cs
- Part.cs
- DialogWindow.cs
- BufferModesCollection.cs
- BuilderPropertyEntry.cs
- PropertyGridEditorPart.cs
- ServiceDescriptionSerializer.cs
- ReadOnlyTernaryTree.cs
- EventMappingSettingsCollection.cs
- OpenFileDialog.cs
- FontCacheLogic.cs
- Partitioner.cs
- ObjectSet.cs