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

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

戻り値

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

注釈

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

適用対象

こちらもご覧ください