共用方式為


CreateUserWizard.InstructionText 屬性

定義

取得或設定建立新使用者帳戶的指示。

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

屬性值

建立新使用者帳戶的指示文字。 預設值為空字串 ("")。

備註

屬性 InstructionText 包含使用者建立新用戶帳戶的指示。 此文字會顯示在控件中 CreateUserWizard ,並遵循標題。

InstructionText如果屬性設定為空字串 (“”) ,則不會向用戶顯示任何指令文字。

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

適用於

另請參閱