WizardStepBase.Wizard 屬性
定義
取得 Wizard 控制項,它是從 WizardStepBase 衍生之物件的父項。Gets the Wizard control that is the parent of the object derived from WizardStepBase.
public:
property System::Web::UI::WebControls::Wizard ^ Wizard { System::Web::UI::WebControls::Wizard ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.Wizard Wizard { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Wizard : System.Web.UI.WebControls.Wizard
Public ReadOnly Property Wizard As Wizard
屬性值
Wizard 控制項,是從 WizardStepBase 衍生之物件的父項。The Wizard control that is the parent of the object derived from WizardStepBase.
- 屬性