Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NButtonStrip Class / AddCustomButton Method
an object from which to create a button content widget. In most cases a string.


In This Topic
    AddCustomButton Method
    In This Topic
    Adds a custom button
    Syntax
    'Declaration
     
    
    Public Function AddCustomButton( _
       ByVal buttonContent As System.Object _
    ) As NButton
    'Usage
     
    
    Dim instance As NButtonStrip
    Dim buttonContent As System.Object
    Dim value As NButton
     
    value = instance.AddCustomButton(buttonContent)
    public NButton AddCustomButton( 
       System.object buttonContent
    )

    Parameters

    buttonContent
    an object from which to create a button content widget. In most cases a string.
    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