CSL.SettingsHandler.GetMinimizeToTray C# (CSharp) Method

GetMinimizeToTray() public static method

public static GetMinimizeToTray ( ) : bool
return bool
        public static bool GetMinimizeToTray()
        {
            return settings.MinimizeToTray;
        }