共用方式為


CustomLabel.ImagePostBackValue 屬性

定義

取得或設定可在 Click 事件上處理的回傳值。

public:
 property System::String ^ ImagePostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string ImagePostBackValue { get; set; }
member this.ImagePostBackValue : string with get, set
Public Property ImagePostBackValue As String

屬性值

string 值,表示傳遞給 Click 事件的值。

適用於