Share via


Annotation.AllowTextEditing 속성

정의

최종 사용자가 텍스트를 두 번 클릭할 때 주석의 텍스트를 편집할 수 있는지 여부를 지정하는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

주석 텍스트를 편집할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상