ImageButton.LoadPostData(String, NameValueCollection) 方法

定義

處理 ImageButton 控制項的張貼資料。

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

NameValueCollection,包含張貼資訊。

傳回

所有情況下都會傳回 false

備註

成員 LoadPostData 主要是由控制項開發人員在從 ImageButton 控制項衍生自訂類別時使用。

檢查 ImageButton 以查看是否已張貼 x 和 y 值,這表示影像已由使用者按一下。 ImageButton接著,會向其想要在事件處理階段引發事件的頁面註冊。

適用於

另請參閱