API-Dokumentation > Custom user interface > Object ProUITable > Function ProUITableUsesScrollbarswhenneeded
Function ProUITableUsesScrollbarswhenneeded
Description
Checks if the table uses scrollbar or not.
Synopsis
#include <ProUITable.h>
ProUITableUsesScrollbarswhenneeded
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when the table uses scrollbar only when needed. PRO_B_FALSE when the table use scrollbar always.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
War dies hilfreich?