HandwritingView.TryClose Method

Definition

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.

Applies to

See also