Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTaskDialog Class / ButtonStrip Property


In This Topic
    ButtonStrip Property (NTaskDialog)
    In This Topic
    Gets/Sets the buttons strip, which holds the common buttons of the task dialog. This property is automatically updated when the Buttons property has changed.
    Syntax
    'Declaration
     
    
    Public Property ButtonStrip As NButtonStrip
    'Usage
     
    
    Dim instance As NTaskDialog
    Dim value As NButtonStrip
     
    instance.ButtonStrip = value
     
    value = instance.ButtonStrip
    public NButtonStrip ButtonStrip {get; set;}
    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