HandwritingView.IsCommandBarOpen Property

Definition

Gets or sets whether the HandwritingView task menu is displayed in an expanded state.

public:
 property bool IsCommandBarOpen { bool get(); void set(bool value); };
bool IsCommandBarOpen();

void IsCommandBarOpen(bool value);
public bool IsCommandBarOpen { get; set; }
var boolean = handwritingView.isCommandBarOpen;
handwritingView.isCommandBarOpen = boolean;
Public Property IsCommandBarOpen As Boolean

Property Value

Boolean

bool

True, if the task menu is expanded. Otherwise, false (default).

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to

See also