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

定義

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

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

パラメーター

postDataKey
String

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

postCollection
NameValueCollection

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

返品

true ポストバック イベントの結果として HtmlInputCheckBox コントロールの状態が変更された場合は。それ以外の場合は false

注釈

このメソッドは主に、 HtmlInputCheckBox コントロールの機能を拡張するカスタム コントロール開発者にとって重要です。

適用対象