Function ProUITableIsCellSensitive
Description
Determines if the table cell is sensitive to user input.
Synopsis
#include <ProUITable.h>
ProUITableIsCellSensitive
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The table row name.
*/
char* column
/* (In)
The table column name.
*/
ProBoolean* state
/* (Out)
Whether or not the cell is sensitive to user input.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?