共用方式為


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接著會向想要在事件處理階段期間引發事件的頁面註冊。

適用於

另請參閱