HitTestable Property (ScrollBarElement.ScrollBarPageButton)
In This Topic
Gets or sets whether the element is hit-testable (receives mouse messages).
Syntax
'Declaration
Public Property HitTestable As Boolean
public bool HitTestable {get; set;}
See Also