Share via


RebarView_t::DrawGripper

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method draws a gripper bar on a band in a rebar.

Syntax

static BOOL DrawGripper(
  HDC hdc,
  LPRECT lprc
);

Parameters

  • hdc
    [in] Handle to the device context for the control.
  • lprc
    [in] Pointer to a RECT structure that specifies the bounding rectangle of the gripper bar.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

Reference

RebarView_t
RECT