TXStatusBar.hWnd Property

Returns a handle to a status bar.

Syntax

   TXStatusBar.hWnd

Remarks

The hWnd property is used with Windows API calls. Many Windows operating enviroment functions require the hWnd of the active window as an argument.

Data Types

Handle.

Limitations

Read only, run time only.

See Also