HandwritingView.TryOpen Method

Definition

Attempts to open the handwriting view panel.

public:
 virtual bool TryOpen() = TryOpen;
bool TryOpen();
public bool TryOpen();
function tryOpen()
Public Function TryOpen () As Boolean

Returns

Boolean

bool

true if the handwriting view panel opened; otherwise, false.

Remarks

There are cases where the handwriting view does not open, such as when the current language is not supported.

The Opened event is raised if the handwriting view opens successfully.

Applies to

See also