Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value indicating whether this task has the focus.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property IsFocused As Boolean
'Usage
Dim instance As Task
Dim value As Boolean
value = instance.IsFocused
public bool IsFocused { get; }
public:
property bool IsFocused {
bool get ();
}
public function get IsFocused () : boolean
Property Value
Type: System.Boolean
true if this task has the focus; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace