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
- SharedPersonalizationStateInfo.cs
- DecimalFormatter.cs
- ICspAsymmetricAlgorithm.cs
- DbParameterHelper.cs
- securitycriticaldata.cs
- EventLogPermissionEntry.cs
- DataGridItemEventArgs.cs
- ExpanderAutomationPeer.cs
- HostSecurityManager.cs
- SessionEndingCancelEventArgs.cs
- GroupItem.cs
- QilReplaceVisitor.cs
- DockAndAnchorLayout.cs
- SeverityFilter.cs
- GlobalId.cs
- NonSerializedAttribute.cs
- GlyphsSerializer.cs
- RequestQueryProcessor.cs
- _NetworkingPerfCounters.cs
- TypeSystemHelpers.cs
- FontDifferentiator.cs
- SqlAggregateChecker.cs
- CompleteWizardStep.cs
- WebUtil.cs
- ItemType.cs
- Exception.cs
- ColumnWidthChangingEvent.cs
- AssociationSetEnd.cs
- TraceSection.cs
- ReadOnlyState.cs
- RuleDefinitions.cs
- TextMessageEncoder.cs
- ObjectItemConventionAssemblyLoader.cs
- ObjectDataSourceFilteringEventArgs.cs
- DbConnectionClosed.cs
- DesignerVerbCollection.cs
- TextRangeAdaptor.cs
- ActivationWorker.cs
- TiffBitmapDecoder.cs
- SqlConnectionStringBuilder.cs
- SafeHandles.cs
- PeerInvitationResponse.cs
- ProfilePropertySettingsCollection.cs
- ReflectionPermission.cs
- PathStreamGeometryContext.cs
- SerialReceived.cs
- ErrorActivity.cs
- DataTablePropertyDescriptor.cs
- XmlSchemaSimpleTypeRestriction.cs
- MeasurementDCInfo.cs
- SrgsOneOf.cs
- InputGestureCollection.cs
- WmlControlAdapter.cs
- TextContainerHelper.cs
- MsmqIntegrationSecurityMode.cs
- MetaType.cs
- UrlMapping.cs
- Viewport2DVisual3D.cs
- XPathNode.cs
- ObservableDictionary.cs
- RectConverter.cs
- DiffuseMaterial.cs
- DoubleLinkList.cs
- BezierSegment.cs
- PipelineModuleStepContainer.cs
- QuaternionAnimation.cs
- FileEnumerator.cs
- XPathDocumentBuilder.cs
- ComponentResourceKeyConverter.cs
- IsolatedStorageFile.cs
- Geometry.cs
- SettingsBase.cs
- TextSegment.cs
- DtdParser.cs
- DataTableExtensions.cs
- UnsafeNativeMethodsCLR.cs
- WebPartTransformerCollection.cs
- PropertyCondition.cs
- SqlBooleanizer.cs
- StyleXamlParser.cs
- DecimalAnimation.cs
- MouseGestureConverter.cs
- SRGSCompiler.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- TileBrush.cs
- ConfigurationPropertyCollection.cs
- VisualStyleRenderer.cs
- XmlQueryOutput.cs
- Path.cs
- PersonalizableAttribute.cs
- sqlser.cs
- LogWriteRestartAreaAsyncResult.cs
- CLSCompliantAttribute.cs
- RichTextBoxAutomationPeer.cs
- ImageListUtils.cs
- Tracer.cs
- FixedPosition.cs
- AnimationTimeline.cs
- PerfCounters.cs
- BooleanProjectedSlot.cs