Desktop Functions: Smart Device Functions:
|
Search Results for "DrawFocusRect" in [All]Enums1: SystemMetric
/// The width of the left and right edges of the focus rectangle that the DrawFocusRectdraws.
/// The height of the top and bottom edges of the focus rectangle drawn byDrawFocusRect.
''' Windows XP (v5.1+) Width of the left and right edges of the focus rectangle drawn by DrawFocusRect. This value is in pixels.
''' Windows XP (v5.1+) Height of the top and bottom edges of the focus rectangle drawn by DrawFocusRect. This value is in pixels. user32
static extern bool DrawFocusRect(IntPtr hDC, [In] ref RECT lprc);
Public Declare Auto Function DrawFocusRect Lib "user32" ( _ Where DrawFocusRect is used:
Win32.DrawFocusRect(hdc, FR) 'static/shared method gdi323: SetTextColor
e.DrawFocusRectangle(); |