See Also

UIElement Class  | UIElement Members

Language

Visual Basic

C#

Show All

point
Point to check.Point
range
UIElementAdjustmentRangeParams
See Also Languages Infragistics2.Win.v7.2

GetAdjustmentRange Method

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 );

Parameters

point
Point to check.Point
range
UIElementAdjustmentRangeParams

See Also

UIElement Class  | UIElement Members

E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 1996-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.2.20072.1063