AnimatGuiCtrls.Controls.OutlookBar.OutlookBar C# (CSharp) Method

OutlookBar() public method

public OutlookBar ( ) : System
return System
        public OutlookBar()
        {
            buttonHeight=25;
                selectedBand=0;
                selectedBandHeight=0;
                AllowDrop = true;
        }