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