MobileForms Toolkit Documentation

ScrollBar.ThumbDisabled Property

Gets or sets ScrollBarThumb component for the thumb in disabled state.

public ScrollBarThumb ThumbDisabled {get; set;}

Property Value

A ScrollBarThumb component. The default is null.

Remarks

By default, thumb is not drawn when control's Enabled property is set to false.

See Also

ScrollBar Class | Resco.Controls.ScrollBar Namespace