MobileForms Toolkit Documentation

ScrollBarExtensionBase.ValidateValue Method 

Validates value.

protected virtual bool ValidateValue(
int value
);

Parameters

value
An integer value to validate.

Return Value

true if value is valid; otherwise false.

Remarks

If this method returns false, scrollbar control is not notified about index change.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace