Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Dieser Member überschreibt Control.Font.
Syntax
'Declaration
<LocalizableAttribute(True)> _
Public Overrides Property Font As Font
'Usage
Dim instance As StatusBar
Dim value As Font
value = instance.Font
instance.Font = value
[LocalizableAttribute(true)]
public override Font Font { get; set; }
[LocalizableAttribute(true)]
public:
virtual property Font^ Font {
Font^ get () override;
void set (Font^ value) override;
}
/** @property */
public Font get_Font ()
/** @property */
public void set_Font (Font value)
public override function get Font () : Font
public override function set Font (value : Font)
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0, 1.0
Siehe auch
Referenz
StatusBar-Klasse
StatusBar-Member
System.Windows.Forms-Namespace
Font