Click or drag to resize

UtilitiesContentChooserFlags Enumeration

[Missing <summary> documentation for "T:Rhino.Render.Utilities.ContentChooserFlags"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public enum ContentChooserFlags
Members
  Member nameValueDescription
None0 No flags; normal usage.
HideNewTab1 Hides the 'New' tab.
HideExistingTab2 Hides the 'Existing' tab.
MultipleSelection4 Enables multiple selection.
DisableImportButton16 Disables the import button.
See Also