Share via


CMFCRibbonMiniToolBar::Show

Displays the mini toolbar at the specified screen coordinates.

BOOL Show(
    int x,
    int y 
);

Parameters

  • [in] x
    Specifies the horizontal position of the mini toolbar in screen coordinates.

  • [in] y
    Specifies the vertical position of the mini toolbar in screen coordinates.

Return Value

TRUE if the mini toolbar was displayed successfully; otherwise, FALSE.

Requirements

Header: afxRibbonMiniToolBar.h

See Also

Reference

CMFCRibbonMiniToolBar Class

Hierarchy Chart