Annotation.AllowTextEditing 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个标志,该标志指定当最终用户双击批注中的文本时是否可以编辑这些文本。
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
。