IconFilter
Contents
[
Hide
]IconFilter class
Represents icon filter.
class IconFilter;
Constructors
Name | Description |
---|---|
constructor(VObject) | Constructs from a VObject convertible to this. |
Properties
Property | Type | Description |
---|---|---|
iconSetType | IconSetType | Gets and sets which icon set is used in the filter criteria. |
iconId | number | Gets and sets Zero-based index of an icon in an icon set. |
Methods
Method | Description |
---|---|
toVObject() | Gets the VObject. |
constructor(VObject)
Constructs from a VObject convertible to this.
constructor(vobj: VObject);
Parameters:
Parameter | Type | Description |
---|---|---|
vobj | VObject | The vobject. |
iconSetType
Gets and sets which icon set is used in the filter criteria.
iconSetType : IconSetType;
iconId
Gets and sets Zero-based index of an icon in an icon set.
iconId : number;
toVObject()
Gets the VObject.
toVObject() : VObject;