Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- LinqDataSourceContextEventArgs.cs
- Operator.cs
- DbDataRecord.cs
- DatePickerTextBox.cs
- Timeline.cs
- CodeAttributeDeclaration.cs
- URI.cs
- CombinedGeometry.cs
- X509ServiceCertificateAuthentication.cs
- DataGrid.cs
- ListViewCommandEventArgs.cs
- XmlSchema.cs
- ExtendedTransformFactory.cs
- TogglePatternIdentifiers.cs
- AnimatedTypeHelpers.cs
- CharacterBuffer.cs
- StateItem.cs
- MarkupExtensionParser.cs
- QuinticEase.cs
- Compress.cs
- InvalidFilterCriteriaException.cs
- ResourceReferenceExpression.cs
- BuilderPropertyEntry.cs
- CustomPopupPlacement.cs
- VerificationException.cs
- WaitHandle.cs
- PipelineComponent.cs
- FeatureSupport.cs
- BufferedResponseStream.cs
- SymmetricKey.cs
- M3DUtil.cs
- SamlSubject.cs
- Viewport2DVisual3D.cs
- HttpListenerRequest.cs
- Flowchart.cs
- SoapBinding.cs
- TimeSpanParse.cs
- CurrentChangingEventArgs.cs
- MaxSessionCountExceededException.cs
- ObjectTypeMapping.cs
- AutomationElementCollection.cs
- WebPartMenuStyle.cs
- SubstitutionList.cs
- CategoriesDocumentFormatter.cs
- ObjectItemCachedAssemblyLoader.cs
- StateRuntime.cs
- ImageList.cs
- NegationPusher.cs
- wgx_commands.cs
- PropertyFilter.cs
- RSAPKCS1SignatureFormatter.cs
- DocumentReferenceCollection.cs
- PriorityQueue.cs
- InputBindingCollection.cs
- SettingsSection.cs
- SharedRuntimeState.cs
- ServiceObjectContainer.cs
- ArgumentDesigner.xaml.cs
- LinqDataSourceDeleteEventArgs.cs
- Mapping.cs
- ViewStateException.cs
- QueryContext.cs
- EventQueueState.cs
- XmlSchemaInclude.cs
- AnimationLayer.cs
- TextParagraph.cs
- ProtectedConfigurationProviderCollection.cs
- updateconfighost.cs
- DataGridViewComboBoxCell.cs
- KeyTimeConverter.cs
- CustomExpressionEventArgs.cs
- DataError.cs
- PasswordTextNavigator.cs
- PathFigure.cs
- RadioButtonFlatAdapter.cs
- AnnotationHelper.cs
- ClientApiGenerator.cs
- ModuleConfigurationInfo.cs
- ListSortDescription.cs
- DesignTimeValidationFeature.cs
- ToolBarPanel.cs
- SqlPersonalizationProvider.cs
- FontInfo.cs
- SmiRequestExecutor.cs
- DataServiceCollectionOfT.cs
- XmlAutoDetectWriter.cs
- InternalsVisibleToAttribute.cs
- TextRunCacheImp.cs
- HttpStreamMessage.cs
- FigureHelper.cs
- CompositeCollectionView.cs
- ServiceModelTimeSpanValidator.cs
- WebServiceErrorEvent.cs
- handlecollector.cs
- Semaphore.cs
- XmlIgnoreAttribute.cs
- ServicesUtilities.cs
- FontFamily.cs
- AnimationClockResource.cs
- _UriSyntax.cs