Share via


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

  • 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

See Also

Reference

UpdownView_t
DrawEdge