19 references to ToolBar
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
709
return extendee is Control && !(extendee is Form) && !(extendee is
ToolBar
);
winforms\Managed\System\WinForms\ToolBar.cs (9)
128
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.
ToolBar
'/> class.</para>
971
/// <para>Occurs when a <see cref='System.Windows.Forms.ToolBarButton'/> on the <see cref='System.Windows.Forms.
ToolBar
'/> is clicked.</para>
1260
/// <para>Raises the <see cref='System.Windows.Forms.
ToolBar
.ButtonClick'/>
1269
/// <para>Raises the <see cref='System.Windows.Forms.
ToolBar
.ButtonDropDown'/>
1482
/// <para>Determines if the <see cref='System.Windows.Forms.
ToolBar
.ButtonSize'/> property needs to be persisted.</para>
1781
/// <see cref='System.Windows.Forms.
ToolBar
'/> class. </para>
1785
private
ToolBar
owner;
1795
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.
ToolBar
.ToolBarButtonCollection'/> class and assigns it to the specified toolbar.</para>
1797
public ToolBarButtonCollection(
ToolBar
owner) {
winforms\Managed\System\WinForms\ToolBarButton.cs (3)
69
internal
ToolBar
parent;
265
public
ToolBar
Parent {
500
width +=
ToolBar
.DDARROW_WIDTH;
winforms\Managed\System\WinForms\ToolBarButtonClickEvent.cs (1)
21
/// Provides data for the <see cref='System.Windows.Forms.
ToolBar
.ButtonClick'/>
winforms\Managed\System\WinForms\ToolBarButtonClickEventHandler.cs (2)
11
/// Represents the method that will handle the <see cref='System.Windows.Forms.
ToolBar
.ButtonClick'/> event of a
12
/// <see cref='System.Windows.Forms.
ToolBar
'/> .
winforms\Managed\System\WinForms\ToolBarButtonStyle.cs (1)
50
/// value of the <see cref='System.Windows.Forms.
ToolBar
.Appearance'/>
winforms\Managed\System\WinForms\ToolTip.cs (2)
764
if (associatedControl is
ToolBar
) {
765
((
ToolBar
)associatedControl).SetToolTip(this);