AnnotationGroup.AllowSelecting 属性
定义
获取或设置一个标志,该标志指定批注是否可由最终用户通过鼠标进行选择。Gets or sets a flag that specifies whether an annotation may be selected with a mouse by the end user.
public:
virtual property bool AllowSelecting { bool get(); void set(bool value); };
public override bool AllowSelecting { get; set; }
member this.AllowSelecting : bool with get, set
Public Overrides Property AllowSelecting As Boolean
属性值
true 如果可以选择批注,则为; 否则为。否则为 false 。true if the annotation may be selected; otherwise,false.