共用方式為


AnnotationGroup.AllowSelecting 屬性

定義

取得或設定旗標,這個旗標指定註解是否可以由使用者使用滑鼠來選取。

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

屬性值

Boolean

true 如果可以選取批註;否則為 false

適用於