34 references to StatusBar
System.Windows.Forms (34)
winforms\Managed\System\WinForms\StatusBar.cs (18)
61
/// Initializes a new default instance of the <see cref='System.Windows.Forms.
StatusBar
'/> class.
159
/// <see cref='System.Windows.Forms.
StatusBar
'/>
272
/// Gets or sets the docking behavior of the <see cref='System.Windows.Forms.
StatusBar
'/> control.
291
/// Gets or sets the font the <see cref='System.Windows.Forms.
StatusBar
'/>
362
/// Gets the collection of <see cref='System.Windows.Forms.
StatusBar
'/>
466
/// will be rendered on the corner of the <see cref='System.Windows.Forms.
StatusBar
'/>
491
/// <see cref='System.Windows.Forms.
StatusBar
'/> .
707
/// Raises the <see cref='System.Windows.Forms.
StatusBar
.OnHandleDestroyed'/> event.
747
/// Raises the <see cref='System.Windows.Forms.
StatusBar
.OnMouseDown'/> event.
759
/// Raises the <see cref='System.Windows.Forms.
StatusBar
.OnPanelClick'/> event.
944
/// Raises the <see cref='System.Windows.Forms.
StatusBar
.OnDrawItem'/>
956
/// Raises the <see cref='System.Windows.Forms.
StatusBar
.OnResize'/>
1203
private
StatusBar
owner;
1216
public StatusBarPanelCollection(
StatusBar
owner) {
1780
StatusBar
p = (
StatusBar
)parent;
1860
StatusBar
p = (
StatusBar
)parent;
winforms\Managed\System\WinForms\StatusBarDrawItemEvent.cs (1)
18
/// Provides data for the <see cref='System.Windows.Forms.
StatusBar
.OnDrawItem'/>
winforms\Managed\System\WinForms\StatusBarDrawItemEventHandler.cs (2)
17
/// Represents the method that will handle the <see cref='System.Windows.Forms.
StatusBar
.OnDrawItem'/>
18
/// event of a <see cref='System.Windows.Forms.
StatusBar
'/>.
winforms\Managed\System\WinForms\StatusBarPanel.cs (7)
26
/// Stores the <see cref='System.Windows.Forms.
StatusBar
'/>
53
private
StatusBar
parent = null;
243
/// Gets or sets the minimum width the <see cref='System.Windows.Forms.StatusBarPanel'/> can be within the <see cref='System.Windows.Forms.
StatusBar
'/>
301
/// Represents the <see cref='System.Windows.Forms.
StatusBar
'/>
308
public
StatusBar
Parent {
320
internal
StatusBar
ParentInternal
479
/// Gets or sets the width of the <see cref='System.Windows.Forms.StatusBarPanel'/> within the <see cref='System.Windows.Forms.
StatusBar
'/>
winforms\Managed\System\WinForms\StatusBarPanelBorderStyle.cs (1)
22
/// Specifies the border style of a panel on the <see cref='System.Windows.Forms.
StatusBar
'/>.
winforms\Managed\System\WinForms\StatusBarPanelClickEvent.cs (1)
21
/// Provides data for the <see cref='System.Windows.Forms.
StatusBar
.OnPanelClick'/>
winforms\Managed\System\WinForms\StatusBarPanelClickEventHandler.cs (2)
17
/// Represents the method that will handle the <see cref='System.Windows.Forms.
StatusBar
.OnPanelClick'/>
18
/// event of a <see cref='System.Windows.Forms.
StatusBar
'/>.
winforms\Managed\System\WinForms\ToolTip.cs (2)
780
if (associatedControl is
StatusBar
) {
781
((
StatusBar
)associatedControl).SetToolTip(this);