GetToolBarButtonState()
语法
State = GetToolBarButtonState(#ToolBar, Button)概要
Get 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 get the state.
返回值
Returns nonzero if the toolbar button is toggled (pushed) and zero otherwise.
Remarks
Use SetToolBarButtonState() to change the state of a toolbar button.
参阅
SetToolBarButtonState()
已支持操作系统
所有