SoWinAddColormapToShell Method |
This method is included for portability only.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void AddColormapToShell(
Control widget,
Control shell
)
Public Shared Sub AddColormapToShell (
widget As Control,
shell As Control
)
public:
static void AddColormapToShell(
Control^ widget,
Control^ shell
)
static member AddColormapToShell :
widget : Control *
shell : Control -> unit
Parameters
- widget
- Type: System.Windows.FormsControl
- shell
- Type: System.Windows.FormsControl
Remarks See Also