Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NThemePicker Class / Initialize Method
The theme collection to initialize this picker from.
Determines whether to add predefined NOV drawing themes, too.


In This Topic
    Initialize Method (NThemePicker)
    In This Topic
    Initializes the picker from the given drawing theme collection.
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal themes As NDrawingThemeCollection, _
       ByVal includePredefined As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NThemePicker
    Dim themes As NDrawingThemeCollection
    Dim includePredefined As System.Boolean
     
    instance.Initialize(themes, includePredefined)
    public void Initialize( 
       NDrawingThemeCollection themes,
       System.bool includePredefined
    )

    Parameters

    themes
    The theme collection to initialize this picker from.
    includePredefined
    Determines whether to add predefined NOV drawing themes, too.
    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