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