[This is preliminary documentation and is subject to change.]

Gets a GUI thread this window belongs to

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public GuiThread GuiThread { get; }
Visual Basic
Public ReadOnly Property GuiThread As GuiThread
	Get
Visual C++
public:
property GuiThread^ GuiThread {
	GuiThread^ get ();
}
F#
member GuiThread : GuiThread
JScript
function get GuiThread () : GuiThread

Exceptions

ExceptionCondition
Tools.API..::..Win32APIExceptionFailed to obtain thread id for current window

See Also

Collapse/expand Version History

1.5.3

  • This property is new in version 1.5.3