[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can select this object.")] public virtual bool Selectable {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether users can select this object.")] public virtual bool Selectable {get; set;}
aView.Selection.Select(obj)
or aView.Selection.Add(obj)
. When this object's CanSelect
is false, then if this object is part of a group, the normal selection mechanism will see if the group's CanSelect
is true. If so, the group will be selected.