Action
Determines whether a button on a tool bar is in a state that is neither pressed nor not pressed.
Availability
This method is available only for tool bar pushbuttons in Windows.
Syntax
bTest = pushbutton.IsIndeterminate()
Variable
|
Description
|
bTest
|
TRUE if the push button is neither pressed nor not pressed.
BOOLEAN.
|