Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NThemePicker Class / CreateCell Method


In This Topic
    CreateCell Method (NThemePicker)
    In This Topic
    Creates a theme picker cell for the given theme info.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateCell( _
       ByVal themeName As System.String, _
       ByVal themeInfo As NThemeInfo _
    ) As NThemePickerCell
    'Usage
     
    
    Dim instance As NThemePicker
    Dim themeName As System.String
    Dim themeInfo As NThemeInfo
    Dim value As NThemePickerCell
     
    value = instance.CreateCell(themeName, themeInfo)
    protected virtual NThemePickerCell CreateCell( 
       System.string themeName,
       NThemeInfo themeInfo
    )

    Parameters

    themeName
    themeInfo
    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