Version

SplitterDraggingEventArgs Class Members

The following tables list the members exposed by SplitterDraggingEventArgs.

Public Constructors
 NameDescription
Public ConstructorSplitterDraggingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyMaxTargetExtentReturns the maximum extent of the target, as determaxed by the splitter owner. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyMinTargetExtentReturns the minimum extent of the target, as determined by the splitter owner. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyMouseLocationReturns the current location of the mouse relative to the parent of the UltraSplitter control. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyNewTargetExtentGets or sets the new extent of the target if the drop completes at the current location.  
Public PropertyOriginalTargetExtentReturns the original extent of the splitter target. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertySplitterOrientationThe splitterOrientation of the splitter. (Inherited from Infragistics.Win.Misc.SplitterDragEventArgsBase)
Public PropertyTargetControlReturns the control that is being sized by the UltraSplitter (Inherited from Infragistics.Win.Misc.SplitterDragEventArgsBase)
See Also