Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OutlookShortcutBar Namespace / SmartOutlookShortcutBar Class / CreateDefaultLayout Method


In This Topic
    CreateDefaultLayout Method (SmartOutlookShortcutBar)
    In This Topic
    Creates the default Xceed.SmartUI.SmartLayout for the SmartOutlookShortcutBar.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateDefaultLayout() As SmartLayout
    'Usage
     
    Dim instance As SmartOutlookShortcutBar
    Dim value As SmartLayout
     
    value = instance.CreateDefaultLayout()
    protected override SmartLayout CreateDefaultLayout()

    Return Value

    A reference to a Xceed.SmartUI.SmartLayout representing the default layout of the SmartOutlookShortcutBar. Unless overridden, OutlookShortcutBarLayout.
    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