Syntax
Public Function SetSystemListSettings(listType As ENUM_SYSTEM_LIST, prop_Id As ENUM_GUI_LIST_VIEW_SETTINGS, prop_Value As Variant, Optional listItemIndex As Integer) As Boolean
Description
This function is used ti set a 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_LIST_VIEW_SETTINGS |
Prop_Value | The value of the specified property |
listItemIndex | An optional parameter to indicate the list item index |
Return value
Returns true if the specified property has been sat to the system list. Otherwise, returns false.
See Also