Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorBoxBase Class / CreateColorDialog Method


In This Topic
    CreateColorDialog Method (NColorBoxBase)
    In This Topic
    Creates the color dialog shown when the "More Colors..." button is clicked.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateColorDialog() As NColorDialog
    'Usage
     
    
    Dim instance As NColorBoxBase
    Dim value As NColorDialog
     
    value = instance.CreateColorDialog()
    protected virtual NColorDialog CreateColorDialog()
    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