Nevron .NET Vision
Nevron.Editors Namespace / NStandardFrameStyleButton Class / CreateDefaultStyle Method


In This Topic
    CreateDefaultStyle Method (NStandardFrameStyleButton)
    In This Topic
    Overriden to create a new standard frame style
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateDefaultStyle() As NStandardFrameStyle
    'Usage
     
    
    Dim instance As NStandardFrameStyleButton
    Dim value As NStandardFrameStyle
     
    value = instance.CreateDefaultStyle()
    protected override NStandardFrameStyle CreateDefaultStyle()
    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