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


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

Property Value

A Xceed.SmartUI.UIStyle.UIStyle value representing the default value of the Xceed.SmartUI.SmartControl.UIStyle property. Unless overridden, UIStyle.OfficeXP.
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 DefaultUIStyle