MobileForms Toolkit Documentation

ScrollBarExtensionBase.DeselectAllIndex Method 

Determines if index specifies no selection.

protected virtual bool DeselectAllIndex(
int index
);

Parameters

index
An integer index.

Return Value

true is index specifies no selection; othrwise false.

Remarks

If this method returns true, index is considered as valid for no selection and ValidateIndex is not called.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace