0 out of 1 rated this helpful - Rate this topic

TextBlock.Focus method

Focuses the TextBlock, as if it were a conventionally focusable control.

Syntax


public:
bool Focus(
  FocusState value
)

Parameters

value

Type: FocusState

Specifies the desired target for focus state, as a value of the enumeration.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if focus was set to the TextBlock, or focus was already there. false if the TextBlock is not focusable.

Remarks

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

TextBlock

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.