Prado\Web\UI\WebControls\TWizardNavigationButtonStyle::setButtonType PHP Method

setButtonType() public method

public setButtonType ( $value )
    public function setButtonType($value)
    {
        $this->_buttonType = TPropertyValue::ensureEnum($value, 'Prado\\Web\\UI\\WebControls\\TWizardNavigationButtonType');
    }