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

プロパティ値

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

適用対象