BudgetAnalyser.Engine.Widgets.BudgetBucketMonitorWidget.BudgetBucketMonitorWidget C# (CSharp) Method

BudgetBucketMonitorWidget() public method

Initializes a new instance of the BudgetBucketMonitorWidget class.
public BudgetBucketMonitorWidget ( ) : System
return System
        public BudgetBucketMonitorWidget()
        {
            this.disabledToolTip =
                "Either a Statement, Budget, or a Filter are not present, or the Bucket Code is not valid, remaining budget cannot be calculated.";
        }