Click or drag to resize

DynamicIconUsage Enumeration

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum DynamicIconUsage
Members
  Member nameValueDescription
TreeControl0 Used in a tree control (e.g., TreeGridView).
SubnodeControl1 Used in a sub-node control (\see CRhRdkSubNodeCtrl)
ContentControl2 Used in a content control (\see CRhRdkContentCtrl)
General3 Used in a custom user interface. The background will be plain white.
See Also