Convenience routine to hide the passed window handle.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Hide(
Control w
)
Public Shared Sub Hide (
w As Control
)
public:
static void Hide(
Control^ w
)
static member Hide :
w : Control -> unit
Parameters
- w
- Type: System.Windows.FormsControl
Remarks This includes any children the window may have.
See Also