ButtonBase.IsPressed Proprietà

Definizione

Ottiene un valore che indica se buttonBase è attualmente in uno stato premuto.

public:
 property bool IsPressed { bool get(); };
bool IsPressed();
public bool IsPressed { get; }
var boolean = buttonBase.isPressed;
Public ReadOnly Property IsPressed As Boolean

Valore della proprietà

Boolean

bool

True se ButtonBase è in uno stato premuto; in caso contrario false. Il valore predefinito è false.

Si applica a