Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSplitButton Class
Members


In This Topic
    NSplitButton Class
    In This Topic
    A drop down edit, which serves as base class for all split buttons. The item slot is filled with an action button, which generates a Click event on behalf of the split button.
    Object Model
    NSplitButton Class
    Syntax
    Remarks
    Split buttons are used to consolidate a set of variations of a command, especially when one of the command variations is used most of the time. The content of the ActionButton is populated with visual information describing the current action that will be performed by the button, while the drop down part is dynamically populated with the available options for the specific type of split button.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Dom.NVisual
                   Nevron.Nov.UI.NInputElement
                      Nevron.Nov.UI.NBoxElement
                         Nevron.Nov.UI.NWidget
                            Nevron.Nov.UI.NPopupWindowHost
                               Nevron.Nov.UI.NDropDownEdit
                                  Nevron.Nov.UI.NSplitButton
                                     Nevron.Nov.Text.NRichTextStyleSplitButton
                                     Nevron.Nov.UI.NActionListSplitButton
                                     Nevron.Nov.UI.NMenuSplitButton
                                     Nevron.Nov.UI.NRibbonSplitButton
                                     Nevron.Nov.UI.NStyleSplitButton<T>
                                     Nevron.Nov.UI.NWidgetSplitButton<TContent>

    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