API 文件集 > Custom user interface > Object ProUITree > Function ProUITreeTreecolumnorderSet
Function ProUITreeTreecolumnorderSet
Description
Set the column order of attribute window in a tree.
Synopsis
#include <ProUITree.h>
ProUITreeTreecolumnorderSet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
int count
/* (In)
Number of columns.
*/
char** values
/* (In)
Array of columns in order which they should appear in the attribute window.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?