Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIPartSkinsTheme Class / AddTabPageHeaderStyles Method


In This Topic
    AddTabPageHeaderStyles Method
    In This Topic
    Adds the styling for all tab headers of a tab in the given tab state.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddTabPageHeaderStyles( _
       ByVal tabState As NThemingState, _
       ByVal tabSkin As NTabSkin _
    ) 
    'Usage
     
    
    Dim instance As NUIPartSkinsTheme
    Dim tabState As NThemingState
    Dim tabSkin As NTabSkin
     
    instance.AddTabPageHeaderStyles(tabState, tabSkin)
    protected virtual void AddTabPageHeaderStyles( 
       NThemingState tabState,
       NTabSkin tabSkin
    )

    Parameters

    tabState
    tabSkin
    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