StatusBar.StatusBarPanelCollection.IndexOf(StatusBarPanel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the index within the collection of the specified panel.
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
Parameters
- panel
- StatusBarPanel
The StatusBarPanel to locate in the collection.
Returns
The zero-based index where the panel is located within the collection; otherwise, negative one (-1).
Remarks
The IndexOf method enables you to determine where a panel is located within the collection. To determine whether an item is located within the collection before calling this method, use the Contains method.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET