StatusBar.StatusBarPanelCollection.IndexOf(StatusBarPanel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的面板在集合中的索引。
public:
int IndexOf(System::Windows::Forms::StatusBarPanel ^ panel);
public int IndexOf (System.Windows.Forms.StatusBarPanel panel);
member this.IndexOf : System.Windows.Forms.StatusBarPanel -> int
Public Function IndexOf (panel As StatusBarPanel) As Integer
参数
- panel
- StatusBarPanel
要在集合中查找的 StatusBarPanel。
返回
面板在集合中的从零开始的索引;如果面板不在集合中,则为负一 (-1)。
注解
使用 IndexOf 方法可以确定面板在集合中的位置。 若要在调用此方法之前确定项是否位于集合中,请使用 Contains 方法。