AnnotationGroup.AllowTextEditing プロパティ

定義

エンド ユーザーがテキストをダブルクリックしたときに注釈のテキストを編集できるかどうかを指定するフラグを取得または設定します。

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

プロパティ値

true 注釈テキストを編集できる場合。それ以外の場合は、false

適用対象