Function ProUISpinboxDisable
Description
Sets the Spinbox to be disabled, so the user cannot select it.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxDisable
(
char* dialog
/* (In)
The name of the dialog that contains the Spinbox
*/
char* Spinbox
/* (In)
The name of the Spinbox component
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Est-ce que cela a été utile ?