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。