XLL+ Class Library (7.0)

CRibbonEvtParams::GetPressed

Returns the pressed state of the control which raised this event

bool GetPressed( );

Remarks

Returns true if the control is currently pressed (or checked) and false if it is currently not pressed. See CXllApp::OnRibbonEvent for a list of which callback types pass a value for Pressed.

Requirements

Header: xlpribbon.h

See Also

CRibbonEvtParams Class | CRibbonEvtParams Methods