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
- DetailsViewDeletedEventArgs.cs
- Inline.cs
- HelpKeywordAttribute.cs
- DesignerDataConnection.cs
- DataGridColumn.cs
- SaveLedgerEntryRequest.cs
- Enum.cs
- MLangCodePageEncoding.cs
- TreeNodeSelectionProcessor.cs
- ExpressionPrefixAttribute.cs
- QuaternionAnimationBase.cs
- ScalarConstant.cs
- SafeTimerHandle.cs
- VisualTreeFlattener.cs
- MiniLockedBorderGlyph.cs
- ToolBarTray.cs
- KeyConverter.cs
- PointAnimationClockResource.cs
- SchemaElementDecl.cs
- StyleBamlRecordReader.cs
- SerializationInfo.cs
- SiteMapProvider.cs
- PrintDialog.cs
- CacheSection.cs
- TemplateXamlParser.cs
- EmptyEnumerator.cs
- FormViewDeleteEventArgs.cs
- SmiRequestExecutor.cs
- SubpageParaClient.cs
- OdbcConnectionHandle.cs
- Types.cs
- ValidatorCompatibilityHelper.cs
- CFStream.cs
- MeshGeometry3D.cs
- PenContext.cs
- SoapBinding.cs
- ExtendedPropertyCollection.cs
- UpdatePanel.cs
- Cursor.cs
- QuaternionValueSerializer.cs
- MulticastNotSupportedException.cs
- ConstructorNeedsTagAttribute.cs
- FormatException.cs
- OraclePermissionAttribute.cs
- HeaderUtility.cs
- PageThemeParser.cs
- XmlSchemaComplexContent.cs
- MetadataItemEmitter.cs
- XpsDocument.cs
- RegexGroupCollection.cs
- LiteralTextContainerControlBuilder.cs
- ResourceDescriptionAttribute.cs
- NullableConverter.cs
- SubstitutionList.cs
- DependencyPropertyKind.cs
- DesignerEventService.cs
- ImmutableCollection.cs
- ToolStripPanelCell.cs
- DataServiceQuery.cs
- DataSourceSelectArguments.cs
- SystemResourceHost.cs
- D3DImage.cs
- StructuredType.cs
- DeferredElementTreeState.cs
- FontUnit.cs
- GeometryGroup.cs
- MachineKeyConverter.cs
- DESCryptoServiceProvider.cs
- SpnegoTokenProvider.cs
- BindStream.cs
- ScriptControl.cs
- ClientFormsAuthenticationMembershipProvider.cs
- PathFigure.cs
- TimerElapsedEvenArgs.cs
- MarkedHighlightComponent.cs
- Italic.cs
- CompareInfo.cs
- ActivityExecutorOperation.cs
- AsyncCompletedEventArgs.cs
- ShapeTypeface.cs
- HtmlTableRowCollection.cs
- Utils.cs
- StringStorage.cs
- MethodExpr.cs
- MarkedHighlightComponent.cs
- MSHTMLHost.cs
- StateFinalizationDesigner.cs
- RoleService.cs
- HtmlControlAdapter.cs
- MemberInfoSerializationHolder.cs
- SizeConverter.cs
- QuaternionRotation3D.cs
- FileRegion.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- TextServicesDisplayAttribute.cs
- RadialGradientBrush.cs
- Int32Collection.cs
- ColorAnimationBase.cs
- WebPartConnection.cs
- TemplateControlCodeDomTreeGenerator.cs