SetToolBarButtonState()
语法
SetToolBarButtonState(#ToolBar, Button, State)概要
Set the state of the specified toolbar button. The button has to be created using the #PB_ToolBar_Toggle mode.
参数
#ToolBar The toolbar to use. Button The toolbar button to set the state. State The new state value for the toolbar button. If the state value is nonzero, the toolbar button will be pushed, else it will be unpushed.
返回值
无.
Remarks
Use GetToolBarButtonState() to get the state of a toolbar button.
参阅
GetToolBarButtonState()
已支持操作系统
所有