Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- JpegBitmapDecoder.cs
- SymbolEqualComparer.cs
- StorageMappingItemLoader.cs
- DataGridViewCheckBoxColumn.cs
- LayoutDump.cs
- WindowPattern.cs
- GridViewSelectEventArgs.cs
- AnnotationResourceChangedEventArgs.cs
- UniqueEventHelper.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- XsltInput.cs
- EventLog.cs
- MergePropertyDescriptor.cs
- XmlReaderDelegator.cs
- TypeDescriptionProviderAttribute.cs
- SerializerDescriptor.cs
- FeatureSupport.cs
- DynamicAttribute.cs
- ComponentEvent.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SystemUnicastIPAddressInformation.cs
- XDRSchema.cs
- GroupBox.cs
- ProfileManager.cs
- DefinitionBase.cs
- UnauthorizedWebPart.cs
- XmlException.cs
- NetworkCredential.cs
- LinqDataSourceUpdateEventArgs.cs
- LoginView.cs
- SR.Designer.cs
- XmlSchemaSimpleContentRestriction.cs
- DataColumnCollection.cs
- ResourceLoader.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- PeerFlooder.cs
- StylusPointPropertyUnit.cs
- ColorBuilder.cs
- ConstructorExpr.cs
- ImageIndexEditor.cs
- ImageClickEventArgs.cs
- EntityDescriptor.cs
- ServiceAuthorizationBehavior.cs
- EdgeProfileValidation.cs
- GC.cs
- WebPartHelpVerb.cs
- DTCTransactionManager.cs
- indexingfiltermarshaler.cs
- ExitEventArgs.cs
- TextEditorLists.cs
- HttpCachePolicy.cs
- ModuleBuilder.cs
- BCryptNative.cs
- LogSwitch.cs
- SatelliteContractVersionAttribute.cs
- ImageAttributes.cs
- PartialCachingAttribute.cs
- SqlCrossApplyToCrossJoin.cs
- CommentGlyph.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- SudsParser.cs
- ActionItem.cs
- RectAnimation.cs
- ParagraphResult.cs
- DataServiceHostFactory.cs
- QueryAccessibilityHelpEvent.cs
- HttpVersion.cs
- NeutralResourcesLanguageAttribute.cs
- JournalNavigationScope.cs
- ServerIdentity.cs
- LockingPersistenceProvider.cs
- ApplicationTrust.cs
- listitem.cs
- XmlSortKeyAccumulator.cs
- TimeManager.cs
- RichTextBox.cs
- UmAlQuraCalendar.cs
- MappingException.cs
- TransactionException.cs
- ProgressBar.cs
- ChangeNode.cs
- TraceSection.cs
- Exceptions.cs
- EndpointInfoCollection.cs
- XmlSchemaAnnotated.cs
- TransformerConfigurationWizardBase.cs
- ByteStorage.cs
- DurationConverter.cs
- HostProtectionPermission.cs
- ImageFormat.cs
- ProtocolsConfigurationEntry.cs
- UInt32.cs
- XmlSerializerAssemblyAttribute.cs
- ExpressionPrefixAttribute.cs
- CurrencyManager.cs
- SemaphoreSecurity.cs
- UnauthorizedWebPart.cs
- RectAnimationClockResource.cs
- MetafileHeaderWmf.cs
- ArrayTypeMismatchException.cs