FileDialog::AddFilterGroupChildren
Adds multiple new items to the end of the filter selection popup.
UIndex AddFilterGroupChildren (
FTM::GroupID groupID,
ExtensionOptions options = SystemDefault
);
Parameters
- groupID
-
Root of the group tree in FileTypeManager
- options
-
Option for diplaying description.
Return Value
Always returns 0.
Description
Adds recursively all children of a group that are groups and not types
to the filter selection popup. The root of the tree is not included.
See Also
FileTypeManager