Function ProUISpinboxIsEditable
Description
Get editable state of the spinbox.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxIsEditable
(
char* dialog
/* (In)
The name of the dialog that contains the spinbox.
*/
char* component
/* (In)
The name of the spinbox component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when the spinbox is editable. PRO_B_FALSE when the spinbox is not editable.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?