IDocumentPointerHide Method
If the cross is shown, redraws the area where it is located in order to remove it.
Also, if there are any selected elements then safely removes the selection.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
void Hide(
bool handleSelection = true
)
Sub Hide (
Optional handleSelection As Boolean = true
)
void Hide(
bool handleSelection = true
)
abstract Hide :
?handleSelection : bool
(* Defaults:
let _handleSelection = defaultArg handleSelection true
*)
-> unit
Parameters
- handleSelection Boolean (Optional)
-