HandwritingView.IsCommandBarOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|