public void Add(SUIButton button) { this.InnerList.Add(button); }
public SUIDotNetButton(IntPtr hWnd) : base(hWnd) { suiBtn = new SUIButton(hWnd); }