 | CGUISetProgAlwaysOn Method |
Ability to set the progress bar to stay visible even
if main application is processing messages
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetProgAlwaysOn(
int on
)
public static void SetProgAlwaysOn(
int on
)
Public Shared Sub SetProgAlwaysOn (
on As Integer
)
Public Shared Sub SetProgAlwaysOn (
on As Integer
)
public:
static void SetProgAlwaysOn(
int on
)
public:
static void SetProgAlwaysOn(
int on
)
static member SetProgAlwaysOn :
on : int -> unit
static member SetProgAlwaysOn :
on : int -> unit
Parameters
- on
- Type: SystemInt32
Should progress bar remain visible
Remarks
In montaj the progress bar is hidden when the main window
start processing messages. This is not always desirable
in some 3rd party apps, hence this function.
See Also