GoDiagram Win Reference
AllowSelect Property (GoDocument)

Gets or sets whether the user can select objects in this document.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the user can select objects in this document.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overridable Property AllowSelect As Boolean
[DescriptionAttribute("Whether the user can select objects in this document.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public virtual bool AllowSelect {get; set;}
Remarks
A false value prevents the user from selecting objects in this document by the normal mechanisms. Even when this property value is true, some objects might not be selectable by the user because the object or its layer disallows it, or because the view disallows it, or because the object is not visible. Your code can always select objects programmatically by calling aView.Selection.Select(obj) or aView.Selection.Add(obj).
Requirements

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

See Also

Reference

GoDocument Class
GoDocument Members
CanSelectObjects Method
AllowSelect Property
Selectable Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback