 | CGUISetWindowState Method |
Changes the state of the Oasis montaj window
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetWindowState(
int state
)
public static void SetWindowState(
int state
)
Public Shared Sub SetWindowState (
state As Integer
)
Public Shared Sub SetWindowState (
state As Integer
)
public:
static void SetWindowState(
int state
)
public:
static void SetWindowState(
int state
)
static member SetWindowState :
state : int -> unit
static member SetWindowState :
state : int -> unit
Parameters
- state
- Type: SystemInt32
<define>WINDOW_STATE</define>
See Also