ListViewItem.BeginEdit 方法

定义

将项文本置于编辑模式中。

public:
 void BeginEdit();
public void BeginEdit ();
member this.BeginEdit : unit -> unit
Public Sub BeginEdit ()

例外

相关联的 LabelEditListView 属性没有设置为 true

注解

This property is effective only if the LabelEdit property of the ListView control that contains the item is set to true. 可以在运行时使用此方法强制项的文本在编辑模式下显示。 例如,如果要验证用户编辑的项文本,并且项目未通过验证,则可以选择控件中的 ListView 项并调用 BeginEdit 该方法以强制用户更改验证失败的文本。

适用于