Northwoods.Go Assembly > Northwoods.Go Namespace > GoObject Class : Selectable Property |
'Declaration <DescriptionAttribute("Whether users can select this object.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Overridable Property Selectable As Boolean
[DescriptionAttribute("Whether users can select this object.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] 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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2