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
- 
                    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
See also
setBtnCancelVisible(), setBtnCancelText(), setBtnCancelToolTip()
