Control.ControlCollection.IndexOf(Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索控件集合中指定控件的索引。
public:
int IndexOf(System::Windows::Forms::Control ^ control);
public int IndexOf (System.Windows.Forms.Control control);
public int IndexOf (System.Windows.Forms.Control? control);
member this.IndexOf : System.Windows.Forms.Control -> int
Public Function IndexOf (control As Control) As Integer
参数
返回
一个从零开始的索引值,它表示 Control 中的指定 Control.ControlCollection 的位置。
注解
如果在集合中找不到控件,则 IndexOf 方法返回值为 -1。