RebarView_t::SetEdgeBorderType (Windows CE 5.0)
This method sets the style of the rebar edge.
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 Values
None.
Remarks
Within your Windows 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
OS Versions: Windows CE .NET 4.2 and later.
Header: Rebarview.hpp.
See Also
Send Feedback on this topic to the authors