2 references to CancelButtonType
System.Web (2)
UI\WebControls\CreateUserWizard.cs (1)
3505
return GetButtonBasedOnType(2, _wizard.
CancelButtonType
);
UI\WebControls\Wizard.cs (1)
3148
ButtonType buttonType = _wizard.
CancelButtonType
;