Enabled Property (ScrollBarElement.ScrollBarPageButton)
In This Topic
Gets or sets whether the element is enabled (can receive mouse and keyboard messages).
Syntax
'Declaration
Public Property Enabled As Boolean
public bool Enabled {get; set;}
See Also