Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DrawFocusRect" in [All]

Enums

.

        /// 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

.
Summary
.

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

.
Documentation
[DrawFocusRect] on MSDN

gdi32

.

    e.DrawFocusRectangle();


 
Access PInvoke.net directly from VS: