PowerArgs.Cli.CommandBar.CommandBar C# (CSharp) Method

CommandBar() public method

public CommandBar ( ) : System
return System
        public CommandBar()
        {
            this.Height = 1;
            this.Controls.SynchronizeForLifetime(Commands_Added, Commands_Removed, () => { }, this.LifetimeManager);
        }