RadioButton.LoadPostData(String, NameValueCollection) メソッド

定義

RadioButton コントロールのポストバック データを処理します。

protected:
 override bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected override bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overrides Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

パラメーター

postDataKey
String

コントロールのキー識別子。

postCollection
NameValueCollection

すべての受信名の値のコレクション。

返品

true RadioButtonのデータが変更された場合は。それ以外の場合はfalse

注釈

LoadPostData メソッドは、LoadPostData メソッドによって呼び出されます。 主に、 RadioButton コントロールの機能を拡張するコントロール開発者によって使用されます。

適用対象

こちらもご覧ください