Utilities.ContentChooserFlags
Public Enum
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**7.9
Syntax
public enum ContentChooserFlags
Members
Member name
Value
Description
None
0
No flags; normal usage.
HideNewTab
1
Hides the ‘New’ tab.
HideExistingTab
2
Hides the ‘Existing’ tab.
MultipleSelection
4
Enables multiple selection.
DisableImportButton
16
Disables the import button.