Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / DefaultUIStyle Property


In This Topic
    DefaultUIStyle Property (SmartControl)
    In This Topic
    Gets the default value of the UIStyle property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DefaultUIStyle As UIStyle
    'Usage
     
    Dim instance As SmartControl
    Dim value As UIStyle
     
    value = instance.DefaultUIStyle
    protected virtual UIStyle DefaultUIStyle {get;}

    Property Value

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