Annotation.AllowSelecting 属性

定义

获取或设置一个标志,该标志指定是否允许最终用户使用鼠标选择批注。

public:
 virtual property bool AllowSelecting { bool get(); void set(bool value); };
public virtual bool AllowSelecting { get; set; }
member this.AllowSelecting : bool with get, set
Public Overridable Property AllowSelecting As Boolean

属性值

Boolean

如果可以选择批注,则为 true;否则为 false

适用于