共用方式為


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

適用於