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
- NotificationContext.cs
- CompletedAsyncResult.cs
- XslTransform.cs
- TextRangeEdit.cs
- MetadataItemEmitter.cs
- DBBindings.cs
- updatecommandorderer.cs
- WebPartTransformer.cs
- FrameworkContentElementAutomationPeer.cs
- CompositeFontInfo.cs
- FunctionUpdateCommand.cs
- DataBinding.cs
- MetadataItemSerializer.cs
- NameValueCache.cs
- EncryptedPackageFilter.cs
- UdpDiscoveryEndpoint.cs
- InputMethodStateChangeEventArgs.cs
- RenderingEventArgs.cs
- DockingAttribute.cs
- SerTrace.cs
- FixedSOMLineCollection.cs
- TripleDES.cs
- WindowsAuthenticationEventArgs.cs
- UIEndRequest.cs
- DomainConstraint.cs
- SubordinateTransaction.cs
- TagMapCollection.cs
- XmlEntity.cs
- HierarchicalDataSourceControl.cs
- EncoderFallback.cs
- GeneratedView.cs
- TreeViewCancelEvent.cs
- LogWriteRestartAreaAsyncResult.cs
- ParserContext.cs
- ConnectionAcceptor.cs
- TextBox.cs
- ErrorFormatter.cs
- WebRequestModuleElementCollection.cs
- NumberAction.cs
- XmlDeclaration.cs
- RelationshipSet.cs
- StyleTypedPropertyAttribute.cs
- ListViewItemSelectionChangedEvent.cs
- DependencyPropertyKind.cs
- BooleanAnimationBase.cs
- ListItemCollection.cs
- Grant.cs
- BookmarkEventArgs.cs
- CollectionDataContractAttribute.cs
- CustomErrorsSectionWrapper.cs
- RadialGradientBrush.cs
- ElementsClipboardData.cs
- X509Certificate.cs
- Content.cs
- PackageFilter.cs
- AssemblyCache.cs
- BoundsDrawingContextWalker.cs
- TableLayoutStyleCollection.cs
- MulticastOption.cs
- PeerCollaboration.cs
- CodeArgumentReferenceExpression.cs
- OleDbException.cs
- ElementAtQueryOperator.cs
- embossbitmapeffect.cs
- StrokeCollection2.cs
- FixedStringLookup.cs
- CodeTypeOfExpression.cs
- RC2CryptoServiceProvider.cs
- VisualStates.cs
- FormViewInsertEventArgs.cs
- ProxyHelper.cs
- LocatorManager.cs
- PageCatalogPart.cs
- ProxyAttribute.cs
- KoreanCalendar.cs
- DataServiceExpressionVisitor.cs
- StorageScalarPropertyMapping.cs
- WrappingXamlSchemaContext.cs
- FormViewDeletedEventArgs.cs
- SoapCodeExporter.cs
- NoneExcludedImageIndexConverter.cs
- TraceSource.cs
- Propagator.cs
- XmlBinaryWriterSession.cs
- StyleSheetDesigner.cs
- EntityContainerEmitter.cs
- DateTime.cs
- SocketElement.cs
- ListViewAutomationPeer.cs
- CheckableControlBaseAdapter.cs
- RuleRef.cs
- DateTimeConverter.cs
- PersonalizableAttribute.cs
- TableLayoutPanel.cs
- ExpressionBindingsDialog.cs
- Compiler.cs
- ByteStreamGeometryContext.cs
- PagesChangedEventArgs.cs
- ColorConvertedBitmap.cs
- RawStylusActions.cs