Compartilhar via


ToolBarView_t::InitializeButtonSlopValue (Windows CE 5.0)

Send Feedback

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.

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Toolbarview.hpp.

See Also

ToolBarView_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.