'宣言 Public Overrides Function GetChild( _ ByVal index As System.Integer _ ) As System.Windows.Forms.AccessibleObject
public override System.Windows.Forms.AccessibleObject GetChild( System.int index )
パラメータ
- index
- The zero-based index of the accessible child.
戻り値の型
An System.Windows.Forms.AccessibleObject that represents the accessible child corresponding to the specified index.