RadioButton.TabStop Özellik

Tanım

Kullanıcının SEKME tuşunu kullanarak odağı bu denetime verip veremeyeceğini belirten bir değer alır veya ayarlar.

public:
 property bool TabStop { bool get(); void set(bool value); };
public bool TabStop { get; set; }
member this.TabStop : bool with get, set
Public Property TabStop As Boolean

Özellik Değeri

Boolean

true kullanıcı SEKME tuşunu kullanarak bu denetime odaklanabiliyorsa; aksi takdirde , false. Varsayılan değer: false.

Şunlara uygulanır