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