CreateUserWizard.ContinueButtonType プロパティ
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
[続行] ボタンとして表示されるボタンの種類を取得または設定します。
名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文
Dim instance As CreateUserWizard Dim value As ButtonType value = instance.ContinueButtonType instance.ContinueButtonType = value
public: virtual property ButtonType ContinueButtonType { ButtonType get (); void set (ButtonType value); }
/** @property */ public ButtonType get_ContinueButtonType () /** @property */ public void set_ContinueButtonType (ButtonType value)

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CreateUserWizard.ContinueButtonType プロパティのページへのリンク