Description | |||||||||||
Checks if the table uses scrollbar or not. | |||||||||||
Synopsis | |||||||||||
#include <ProUITable.h> | |||||||||||
ProError | 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 | |||||||||||
|