protected: using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); // override in derived classes to set up anything needed to execute menu virtualvoid PrepareExecute() {};
//if false then the whole button launches the menu //if true, then the button has a separator //where the right portion launches the menu immediately //where the left portion activates the underlying Button handlers //before launching the menu in an idle, allowing it to be cancelled //before being shown void SetDelayMenu(bool bDelay) { mbDelayMenu = bDelay; }
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.