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

Gets class name of the window

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

Syntax

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

Remarks

When actual class name of window is longer than 1024 characters (which is inprobable) it's truncated to 1024 characters

Exceptions

ExceptionCondition
Tools.API..::..Win32APIExceptionFailed to obtain window class name (i.g. window handle is invalid)

See Also

Collapse/expand Version History

1.5.3

  • This property is new in version 1.5.3