StatusStripArray.GetIndex(StatusStrip) 메서드

정의

StatusStrip에서 StatusStripArray의 인덱스를 가져옵니다.

public:
 short GetIndex(System::Windows::Forms::StatusStrip ^ o);
public short GetIndex (System.Windows.Forms.StatusStrip o);
member this.GetIndex : System.Windows.Forms.StatusStrip -> int16
Public Function GetIndex (o As StatusStrip) As Short

매개 변수

o
StatusStrip

컨트롤 배열의 StatusStrip입니다.

반환

지정된 StatusStrip의 인덱스를 나타내는 Short입니다.

설명

이 메서드를 사용 하 여 지정 된 인덱스를 검색할 수 있습니다 StatusStrip합니다.

참고

Visual Basic 6.0에서 Visual Basic으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

적용 대상