Share via


TrackBarView_t::DrawFocus

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method draws the focus rectangle for the trackbar.

Syntax

static void DrawFocus(
  HWND hwnd,
  HDC hdc
);

Parameters

  • hwnd
    [in] Handle to the control.
  • hdc
    [in] Handle to the device context for the window.

Return Value

None.

Requirements

Header trackbarview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

TrackBarView_t