Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderStylePickerCell Class / SetColor Method


In This Topic
    SetColor Method (NBorderStylePickerCell)
    In This Topic
    Sets the color of the previewed border.
    Syntax
    'Declaration
     
    
    Public Sub SetColor( _
       ByVal color As NColor _
    ) 
    'Usage
     
    
    Dim instance As NBorderStylePickerCell
    Dim color As NColor
     
    instance.SetColor(color)
    public void SetColor( 
       NColor color
    )

    Parameters

    color
    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