Compartir a través de


UpdownView_t::SetSunkenBorder (Windows CE 5.0)

Send Feedback

This method sets the border style for an up-down control.

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 Values

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 CE operating system (OS), the information that this method returns through its parameters is passed to DrawEdge.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Updownview.hpp.

See Also

UpdownView_t | DrawEdge

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.