10 references to ToolBarButton
System.Windows.Forms (10)
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (8)
27public virtual ToolBarButton this[int index] 39public virtual ToolBarButton this[string key] => throw null; 52public int Add(ToolBarButton button) => throw null; 58public void AddRange(ToolBarButton[] buttons) { } 62public bool Contains(ToolBarButton button) => throw null; 70public int IndexOf(ToolBarButton button) => throw null; 76public void Insert(int index, ToolBarButton button) { } 84public void Remove(ToolBarButton button) { }
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButtonClickEventArgs.cs (2)
22public ToolBarButtonClickEventArgs(ToolBarButton button) => throw new PlatformNotSupportedException(); 24public ToolBarButton Button