| Infragistics.Win Namespace > UIElement Class : GetAdjustmentRange Method (UIElement) |
Returns the range limits for adjusting the element in either or both dimensions. It also returns the initial rects for the vertical and horizontal bars that will need to be inverted during the mouse drag operation. Default implementation sets everything to zero.
[Visual Basic]
Public Overridable Sub GetAdjustmentRange( _
ByVal point As Point, _
ByRef range As UIElementAdjustmentRangeParams _
) [C#]
public virtual void GetAdjustmentRange(
Point point,
out UIElementAdjustmentRangeParams range
);