Wizard.FinishPreviousButtonID 字段

定义

检索 Finish 步骤中的“上一步”按钮的标识符。Retrieves the identifier for the Previous button on the Finish step. 此字段是静态的且是只读的。This field is static and read-only.

protected: static initonly System::String ^ FinishPreviousButtonID;
protected static readonly string FinishPreviousButtonID;
 staticval mutable FinishPreviousButtonID : string
Protected Shared ReadOnly FinishPreviousButtonID As String 

字段值

String

注解

FinishPreviousButtonID 字段主要由控件开发人员使用。The FinishPreviousButtonID field is used primarily by control developers. 的值 FinishPreviousButtonID "FinishPreviousButton"The value for the FinishPreviousButtonID"FinishPreviousButton".

适用于

另请参阅