RadioButtonArray.ShouldSerializeIndex(RadioButton) メソッド

定義

RadioButton が、この RadioButtonArray のメンバーであるかどうかを示す値を返します。

public:
 bool ShouldSerializeIndex(System::Windows::Forms::RadioButton ^ o);
public bool ShouldSerializeIndex (System.Windows.Forms.RadioButton o);
member this.ShouldSerializeIndex : System.Windows.Forms.RadioButton -> bool
Public Function ShouldSerializeIndex (o As RadioButton) As Boolean

パラメーター

o
RadioButton

コントロール配列内の RadioButton

戻り値

o がこのコントロール配列のメンバーである場合は true。それ以外の場合は false

注釈

指定した RadioButton が別の RadioButtonArray メンバーである場合、ShouldSerializeIndexfalse を返します。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象