Proprietà Task.IsFocused

Ottiene un valore che indica se questa attività dispone dello stato attivo.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsFocused As Boolean
    Get
public bool IsFocused { get; }
public:
property bool IsFocused {
    bool get ();
}
member IsFocused : bool
function get IsFocused () : boolean

Valore proprietà

Tipo: System.Boolean
true se questa attività dispone dello stato attivo; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Task Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Architettura degli strumenti

Estensibilità di Progettazione WPF