HandwritingView.TryClose 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 close the handwriting view panel.
public:
virtual bool TryClose() = TryClose;
bool TryClose();
public bool TryClose();
function tryClose()
Public Function TryClose () As Boolean
Returns
Boolean
bool
true if the handwriting view panel closed; otherwise, false.
Remarks
The Closed event is raised if the handwriting view opens successfully.