Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NTheme Class / GetSheetAuthor Method


In This Topic
    GetSheetAuthor Method
    In This Topic
    Facility method, that returns the value to be set to a stylesheet Author property, for a stylesheet created by a theme of the specified type.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSheetAuthor( _
       ByVal themeType As System.String _
    ) As System.String
    'Usage
     
    
    Dim themeType As System.String
    Dim value As System.String
     
    value = NTheme.GetSheetAuthor(themeType)
    public static System.string GetSheetAuthor( 
       System.string themeType
    )

    Parameters

    themeType
    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