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