Skip to main content
All docs
V19.2

ISelectColumnsPageView Methods

Obsolete. Obsolete. Use the ISelectColumnsPageView interface instead.
Name Description
EnableAddAllColumnsButton(Boolean) If implemented, activates or deactivates the Add All Columns button on a wizard page.
EnableAddColumnsButton(Boolean) If implemented, activates or deactivates the Add Columns button on a wizard page.
EnableRemoveAllColumnsButton(Boolean) If implemented, activates or deactivates the Remove All Columns button on a wizard page.
EnableRemoveColumnsButton(Boolean) If implemented, activates or deactivates the Remove Columns button on a wizard page.
FillAvailableColumns(ColumnInfo[]) If implemented, populates the list of available commands.
FillSelectedColumns(ColumnInfo[]) If implemented, populates the list of selected columns.
GetActiveAvailableColumns() If implemented, gets a collection of the items selected in the list of available columns.
GetActiveSelectedColumns() If implemented, gets a collection of the items selected in the list of selected columns.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page.
See Also