Share via


ToolBarView_t::InitializeButtonSlopValue (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the amount of horizontal and vertical space that the border and sides of a button occupy, including a margin of one pixel.

Syntax

static void InitializeButtonSlopValue(
  int* pxSlop,
  int* pySlop
);

Parameters

  • pxSlop
    [out] Pointer to an integer that receives the amount of horizontal space that the border and sides of a button occupy, including a margin of one pixel.
  • pySlop
    [out] Pointer to an integer that receives the amount of vertical space that the border and sides of a button occupy, including a margin of one pixel.

Return Value

None.

Requirements

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

See Also

Reference

ToolBarView_t