ComboBox.Focused Propriété
Définition
public:
virtual property bool Focused { bool get(); };
public override bool Focused { get; }
member this.Focused : bool
Public Overrides ReadOnly Property Focused As Boolean
Valeur de propriété
true
si ce contrôle a le focus ; sinon, false
.true
if this control has focus; otherwise, false
.