GroupLab Widget Tap Library

Win32Helper.IsWindowUnicode Method 

Gets a value that indicates whether the a windowing system window expects text strings passed to it to be in Unicode format.

public static bool IsWindowUnicode(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle.

Return Value

true if the window is implemented for the Unicode charset.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace