DGW_OBJECTConstant Class
Dialog object defines INFO TYPE EDIT FEDIT LEDIT CEDIT EBUT ========= ===== ===== ===== ===== ===== LABEL RW RW RW RW RW R - can use GetInfo_DGW TEXT RW RW RW RW . W - can use SetInfo_DGW PATH . RW . . . FILEPATH . RW . . . LISTVAL . . R . . LISTALIAS . . RW . .
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetDGW_OBJECTConstant

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class DGW_OBJECTConstant

The DGW_OBJECTConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDGW_EXT
The extension associated with a filename entry.
Public fieldStatic memberDGW_FILEPATH
The complete file name, path included.
Public fieldStatic memberDGW_HIDE
Hide the button or entry and its label, if string is not "0"
Public fieldStatic memberDGW_LABEL
The text label tied to each Dialogue component.
Public fieldStatic memberDGW_LISTALIAS
The text value associated with the list entry.
Public fieldStatic memberDGW_LISTVAL
The alias value associated with the list entry.
Public fieldStatic memberDGW_PATH
The file edit path.
Public fieldStatic memberDGW_TEXT
The edit field text.
Top
See Also