StatusBar
(System.Windows.Forms.StatusBar)
Inherits:
System.Windows.Forms.Control
Interfaces:
IDisposable, IComponent, ISynchronizeInvoke, IDropTarget, IWin32Window, IBindableComponent, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject, IOleWindow, IViewObject, IViewObject2, IPersist, IPersistStreamInit, IPersistPropertyBag, IPersistStorage, IQuickActivate, ISupportOleDropSource, IArrangedElement
Derived Types:
0
Assembly:
System.Windows.Forms.dll
Represents a Windows status bar control.
VB.NET
C#
|
VB.NET
Public Class StatusBar
Inherits System.Windows.Forms.Control
Implements System.IDisposable, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IOleControl, System.Windows.Forms.IOleObject, System.Windows.Forms.IOleInPlaceObject, System.Windows.Forms.IOleInPlaceActiveObject, System.Windows.Forms.IOleWindow, System.Windows.Forms.IViewObject, System.Windows.Forms.IViewObject2, System.Windows.Forms.IPersist, System.Windows.Forms.IPersistStreamInit, System.Windows.Forms.IPersistPropertyBag, System.Windows.Forms.IPersistStorage, System.Windows.Forms.IQuickActivate, System.Windows.Forms.ISupportOleDropSource, System.Windows.Forms.Layout.IArrangedElement
End Class
Articles
|
Název v C#: System.Windows.Forms.StatusBar: Typ: Třída (Class) Abstraktní třída: Ne: Zapečetěná třída: Ne: Jmenný prostor: System.Windows.Forms
|
|
Form { private System.Windows.Forms.Label title; private System.Windows.Forms.StatusBar statusBar; private System.Windows.Forms.Button helpme; private System ...
|
|
private System.Windows.Forms.StatusBar statusBar; // My own private Variables private String _fname = null;
|
|
private System.Windows.Forms.StatusBar statusBar1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2;
|
|
... Windows.Forms . . :: . PictureBox System.Windows.Forms . . :: . ProgressBar System.Windows.Forms . . :: . Splitter System.Windows.Forms . . :: . StatusBar
|
|
... System.Windows.Forms.Button selectFileButton; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.StatusBar statusBar; private ...
|
|
... exitmenu As System.Windows.Forms.MenuItem Friend WithEvents CloseButton As System.Windows.Forms.Button Friend WithEvents StatusBar As System.Windows.Forms.StatusBar ...
|
|
private System.Windows.Forms.Button CloseButton; private System.Windows.Forms.StatusBar statusBar; private System.Windows.Forms.MainMenu mainMenu1; private System ...
|