Share via


RebarView_t::SetEdgeBorderType (Windows Embedded CE 6.0)

1/6/2010

This method sets the style of the rebar edge.

Syntax

void SetEdgeBorderType(
  UINT* puEdgeType,
  UINT* puBorderType
);

Parameters

  • puEdgeType
    [out] Pointer to the edge style for the rebar. Upon return, this parameter is set to one of the edge styles supported by DrawEdge.
  • 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

Within your Windows Embedded CE operating system (OS), the information that this method returns through its parameters is passed to DrawEdge. Depending on the edge being drawn, the DrawEdge function combines the value puBorderType with BF_LEFT, BF_RIGHT, BF_TOP, or BF_BOTTOM in a logical OR operation.

Requirements

Header rebarview.hpp
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RebarView_t
DrawEdge