HandwritingView.TryOpen Method
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.
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.