Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIPartSkinsTheme Class / CreateFlatButtonStyles Method / CreateFlatButtonStyles(NSchema,Object) Method
The widget schema to apply flat button styles to.
An additional argument that depends on the theme.


In This Topic
    CreateFlatButtonStyles(NSchema,Object) Method
    In This Topic
    Applies flat button style to the buttons of the given schema.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub CreateFlatButtonStyles( _
       ByVal schema As NSchema, _
       ByVal arg As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NUIPartSkinsTheme
    Dim schema As NSchema
    Dim arg As System.Object
     
    instance.CreateFlatButtonStyles(schema, arg)
    protected override void CreateFlatButtonStyles( 
       NSchema schema,
       System.object arg
    )

    Parameters

    schema
    The widget schema to apply flat button styles to.
    arg
    An additional argument that depends on the theme.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also