button->setTextAlign(MyGUI::Align::Center); button->eventMouseButtonClick += MyGUI::newDelegate(this, &ToolControl::notifySelectObjectType);//button->setNeedToolTip(true);//button->eventToolTip += MyGUI::newDelegate(this, &ToolControl::notifyToolTip);_item->setUserData(button); } 开发者ID...
Sets the alignment of the text labels on the tab buttons of the Outlook bar. void SetPageButtonTextAlign( UINT uiAlign, BOOL bRedraw=TRUE ); Parameters [in] uiAlign Specifies the text alignment. [in] bRedraw If TRUE, the outlook window will be redrawn. Remarks Use this function to c...
void SetPageButtonTextAlign( UINT uiAlign, BOOL bRedraw=TRUE ); 参数 [in] uiAlign 指定文本对齐方式。 [in] bRedraw 如果TRUE,外型窗口将重绘功能。 备注 使用此功能更改页的按钮的文本对齐方式。 uiAlign 可以为以下值之一: 常量 含义 TA_LEFT ...
Sets the alignment of the text labels on the tab buttons of the Outlook bar.კოპირება void SetPageButtonTextAlign( UINT uiAlign, BOOL bRedraw=TRUE ); Parameters[in] uiAlign Specifies the text alignment. [in] bRedraw If TRUE, the outlook window will be redrawn....
void SetPageButtonTextAlign( UINT uiAlign, BOOL bRedraw=TRUE ); 参数 [in] uiAlign 指定文本对齐方式。 [in] bRedraw 如果TRUE,外型窗口将重绘功能。 备注 使用此功能更改页的按钮的文本对齐方式。 uiAlign 可以为以下值之一: 展开表 常量 含义 TA_LEFT 左对齐 TA_CENTER 中心对齐 TA_RIGHT 正确的...