setBtnCancelEnabled()

The method calls the loginFrameworkView class to set the enabled state of the button Cancel (btn_cancle) of the wincc_oa_path/panels/vision/login.pnl.

Synopsis

public void setBtnCancelEnabled(bool enabled);

Parameters

  1. Parameter Meaning
    enabled

    The parameter enabled sets the enabled state of the button "Cancel" of the wincc_oa_path/panels/vision/login.pnl.

    TRUE = enabled

    FALSE = disabled

Return Value

-

Assignment

Login Framework classes

See also

setBtnCancelVisible(), setBtnCancelText(), setBtnCancelToolTip()