Gets or sets a value indicating whether the RowSelector is pressed.
Syntax
public bool IsPressed {get;}
'Declaration
Public ReadOnly Property IsPressed As Boolean
'Usage
Dim instance As RowSelector
Dim value As Boolean
instance.IsPressed = value
value = instance.IsPressed
Property Value
true if the
RowSelector is pressed;
false otherwise. By default,
false.
Requirements
See Also