UpdownView_t::SetSunkenBorder (Windows Embedded CE 6.0)
1/6/2010
This method sets the border style for an up-down control.
Syntax
static void SetSunkenBorder(
DWORD dwStyle,
UINT* puBorderType
);
Parameters
- dwStyle
[in] Specifies the style of control. Set this to one or more of the up-down control styles.
- puBorderType
[out] Pointer to the border style for the rebar. Upon return, this parameter is set to one of the border styles supported by DrawEdge.
Return Value
None.
Remarks
This method is only called if the up-down control's buddy control specifies UDS_ALIGNLEFT or UDS_ALIGNRIGHT and the buddy control has a border. The up-down control draws the nonclient area to blend with its buddy control.
Within your Windows Embedded CE operating system (OS), the information that this method returns through its parameters is passed to DrawEdge.
Requirements
Header | updownview.hpp |
Windows Embedded CE | Windows CE .NET 4.2 and later |