Forex_Strategy_Builder.CheckParam.CheckParam C# (CSharp) Method

CheckParam() public method

The default constructor.
public CheckParam ( ) : System
return System
        public CheckParam()
        {
            caption = String.Empty;
            isEnabled = false;
            isChecked = false;
            toolTip = String.Empty;
        }