ApplicationSettingsEnableGroupSelection Property |
Gets or sets a value indicating whether or not to select all the shapes in the group at once.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool EnableGroupSelection { get; set; }
Public MustOverride Property EnableGroupSelection As Boolean
Get
Set
Property Value
Type:
Boolean
True to select all the shapes in the group at once.False to select individual shapes in the group.
See Also