Syntax
Public Function SetGeneralSystemListSettings(listType As ENUM_SYSTEM_LIST, prop_Id As ENUM_GUI_PROPERTY, prop_Value As Variant) As Boolean
Description
This function set the general settings of a system list view.
Parameters
Key | Description |
listType | Value can be one of ENUM_SYSTEM_LIST |
Prop_Id | Value can be one of ENUM_GUI_PROPERTY |
Prop_Value | The value of the specified property |
Return value
Returns true if the specified property has been sat to the system list. Otherwise, returns false.
See Also