Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NShapeStylePicker Class / Initialize Method


In This Topic
    Initialize Method (NShapeStylePicker)
    In This Topic
    Initializes the table picker with the given theme info if it isn't already initialized with the same.
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal themes As NDrawingThemeCollection, _
       ByVal themeInfo As NThemeInfo, _
       ByVal shape As NShape _
    ) 
    'Usage
     
    
    Dim instance As NShapeStylePicker
    Dim themes As NDrawingThemeCollection
    Dim themeInfo As NThemeInfo
    Dim shape As NShape
     
    instance.Initialize(themes, themeInfo, shape)

    Parameters

    themes
    themeInfo
    shape
    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