Xceed SmartUI for WinForms v3.6 Documentation
DefaultFont Property (SmartMenuBar)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.MenuBar Namespace > SmartMenuBar Class : DefaultFont Property
Gets the default value of the System.Windows.Forms.Control.Font property.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultFont As Font
'Usage
 
Dim instance As SmartMenuBar
Dim value As Font
 
value = instance.DefaultFont
protected override Font DefaultFont {get;}

Property Value

A value representing the default value of the System.Drawing.Font property. Unless overridden, System.Windows.Forms.SystemInformation.MenuFont.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartMenuBar Class
SmartMenuBar Members
Base Implementation in DefaultFont