[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can select objects, if visible.")] public bool AllowSelect {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can select objects, if visible.")] public bool AllowSelect {get; set;}
Selection.Select(obj)
or Selection.Add(obj)
.