Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NActionListSplitButtonQueryActionsEventArgs Class / ActionWidgetList Property


In This Topic
    ActionWidgetList Property
    In This Topic
    Gets the list that consumers must populate with widgets representing the actions than need to be displayed by the NActionListSplitButton drop down list box.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActionWidgetList As NList(Of NWidget)
    'Usage
     
    
    Dim instance As NActionListSplitButtonQueryActionsEventArgs
    Dim value As NList(Of NWidget)
     
    value = instance.ActionWidgetList
    public NList<NWidget> ActionWidgetList {get;}
    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