Documentación de la API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxInputtypeGet
Function ProUISpinboxInputtypeGet
Description
Get the input type (Integer/Double) of the spinbox.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxInputtypeGet
(
char* dialog
/* (In)
The name of the dialog that contains the spinbox.
*/
char* component
/* (In)
The name of the spinbox component.
*/
/* (Out)
Input type of the spinbox.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?