Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DivideByZeroException.cs
- BindingRestrictions.cs
- XpsFont.cs
- BaseConfigurationRecord.cs
- RoutedPropertyChangedEventArgs.cs
- DataGridViewRowsAddedEventArgs.cs
- ObjectSecurity.cs
- HtmlButton.cs
- FormView.cs
- ErrorWebPart.cs
- RuntimeIdentifierPropertyAttribute.cs
- BitmapEffectInput.cs
- CompModSwitches.cs
- ConnectionStringsExpressionBuilder.cs
- WindowsListViewGroupSubsetLink.cs
- ITextView.cs
- AuthenticateEventArgs.cs
- SystemWebSectionGroup.cs
- ChooseAction.cs
- ReadOnlyDataSource.cs
- EntitySqlException.cs
- OracleBFile.cs
- CellRelation.cs
- AxDesigner.cs
- PropertyValueChangedEvent.cs
- ApplicationException.cs
- DataGridRowClipboardEventArgs.cs
- Attachment.cs
- ContextMenuStripGroup.cs
- WsdlBuildProvider.cs
- DetailsViewInsertEventArgs.cs
- OleCmdHelper.cs
- WebPartEditorApplyVerb.cs
- CodeCompileUnit.cs
- ControlParameter.cs
- XmlCDATASection.cs
- XmlSchemaSimpleContentExtension.cs
- ConfigXmlSignificantWhitespace.cs
- CodeGotoStatement.cs
- VScrollBar.cs
- ClientScriptItem.cs
- _BaseOverlappedAsyncResult.cs
- DocumentReference.cs
- RuntimeResourceSet.cs
- RegexCaptureCollection.cs
- SystemIcons.cs
- ObjectConverter.cs
- PropertyValueUIItem.cs
- FacetEnabledSchemaElement.cs
- DrawingImage.cs
- NativeMethods.cs
- _SpnDictionary.cs
- ObjectDataProvider.cs
- Logging.cs
- Attributes.cs
- ToolStripDropDownMenu.cs
- Timer.cs
- OleDbTransaction.cs
- ScriptingJsonSerializationSection.cs
- FileUpload.cs
- PromptBuilder.cs
- XmlCharacterData.cs
- ToolbarAUtomationPeer.cs
- EventLogEntry.cs
- DeflateInput.cs
- ColorConverter.cs
- FormViewCommandEventArgs.cs
- KeyNotFoundException.cs
- cookie.cs
- InputMethodStateTypeInfo.cs
- PenCursorManager.cs
- DataProtectionSecurityStateEncoder.cs
- Stylesheet.cs
- TemplateControlCodeDomTreeGenerator.cs
- ConstraintConverter.cs
- MenuTracker.cs
- InstanceCollisionException.cs
- EncoderFallback.cs
- XamlRtfConverter.cs
- SourceChangedEventArgs.cs
- GenericIdentity.cs
- ButtonPopupAdapter.cs
- Table.cs
- ToolStripLabel.cs
- Region.cs
- XmlTextEncoder.cs
- PageAsyncTaskManager.cs
- XmlToDatasetMap.cs
- DataSourceView.cs
- GeneratedView.cs
- ServiceOperation.cs
- DomNameTable.cs
- DataPager.cs
- FactoryRecord.cs
- messageonlyhwndwrapper.cs
- CommentEmitter.cs
- MetabaseReader.cs
- XhtmlConformanceSection.cs
- ParallelEnumerable.cs
- PersianCalendar.cs