Wizard.CancelCommandName Field

Definition

Retrieves the command name for the Cancel button. This field is static and read-only.

public: static initonly System::String ^ CancelCommandName;
public static readonly string CancelCommandName;
 staticval mutable CancelCommandName : string
Public Shared ReadOnly CancelCommandName As String 

Field Value

Remarks

The CancelCommandName field is used primarily by control developers. The value for the CancelCommandName is "Cancel".

Applies to

See also