Task.IsFocused Property

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
    Get
public bool IsFocused { get; }
public:
property bool IsFocused {
    bool get ();
}
member IsFocused : bool
function get IsFocused () : boolean

Property Value

Type: System.Boolean
true if this task has the focus; otherwise, false.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility