setBtnCancelVisible()

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

Synopsis

public void setBtnCancelVisible(bool visible);

Parameters

  1. Parameter Meaning
    visible

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

    TRUE = visible

    FALSE = invisible

Return Value

-

Assignment

Login Framework classes

See also

setBtnCancelEnabled(), setBtnCancelText(), setBtnCancelToolTip()