SftTabs/DLL 6.0

DrawSelectionOutline

Softel vdm, Inc.

Draws a selection outline.

C

void WINAPI SftTabs_DrawSelectionOutline(HWND hwndCtl, HDC hDC, LPCRECT lpRect, 
        COLORREF OutlineBorder, COLORREF InnerBorder, COLORREF InnerFill1, COLORREF InnerFill2);

C++

void CSftTabs::DrawSelectionOutline(HDC hDC, LPCRECT lpRect, COLORREF OutlineBorder, 
        COLORREF InnerBorder, COLORREF InnerFill1, COLORREF InnerFill2) const;

Parameters

hwndCtl

The window handle of the tab control.

HDC

The device context handle, where the selection outline is to be rendered.

lpRect

The location and size of the selection outline.

OutlineBorder

The outermost border color used to render the rounded selection outline rectangle.

InnerBorder

The inner border color used to render the rounded selection outline rectangle.

InnerFill1

The starting color (top) used to gradient fill the inside of the rounded selection outline rectangle.

InnerFill2

The ending color (bottom) used to gradient fill the inside of the rounded selection outline rectangle.

Comments

The DrawSelectionOutline function draws a rounded selection outline rectangle.

See Also  C/C++ API  |  C++ Classes  |  Notifications


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com