共用方式為


CreateUserWizard.ContinueButtonText 屬性

定義

取得或設定顯示在 [繼續] 按鈕上的文字標題。

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

屬性值

顯示在 [ 繼續 ] 按鈕上的文字標題。 預設值為 [繼續]。 控制項的預設文字會依據伺服器目前的地區設定進行當地語系化。

備註

屬性ContinueButtonText包含控制件 [繼續] 按鈕所CreateUserWizard顯示的文字。 根據屬性的值 ContinueButtonTypeContinueButtonText 屬性可以顯示為按鈕上的文字、顯示為影像替代的文字,或做為連結的文字。 下表列出 ContinueButtonType 屬性值及其對 [繼續 ] 按鈕文字標題的個別效果。

Button 文字會出現在按鈕上。

Image 文字會顯示為影像的替代文字。

Link 文字會顯示為連結。

當設定時,此屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute和全球化和當地語系化

適用於

另請參閱