LayerBarAutoExpandNode Property |
Gets or sets a value indicating whether the selected node will be expanded automatically.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool AutoExpandNode { get; set; }
Public MustOverride Property AutoExpandNode As Boolean
Get
Set
Property Value
Type:
Boolean
True if the selected node is expanded automatically. Otherwise false.
See Also