Property wnd.IsUnicode
Overload
Returns true
if the window is a Unicode window, false
if ANSI.
Also returns false
when fails (probably window closed or 0 handle). Supports lastError.
Calls API IsWindowUnicode.
public bool IsUnicode { get; }
Returns true
if the window is a Unicode window, false
if ANSI.
Also returns false
when fails (probably window closed or 0 handle). Supports lastError.
Calls API IsWindowUnicode.
public bool IsUnicode { get; }