Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENUIThemePart Enumeration


In This Topic
    ENUIThemePart Enumeration
    In This Topic
    Enumerates the UI theme image skins.
    Syntax
    'Declaration
     
    
    Public Enum ENUIThemePart 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENUIThemePart
    public enum ENUIThemePart : System.Enum 
    Members
    MemberDescription
    AccordionDenotes a skin for an accordion.
    AccordionSectionDenotes a skin for an accordion section.
    ButtonDenotes a skin for a button.
    CheckBoxDenotes a skin for a check box.
    DateTimeBoxDropDownButtonDenotes a skin for the drop down button of a date time box.
    DropDownButtonDenotes a skin for a drop down button.
    DropDownEditDenotes a skin for a drop down edit.
    DropDownSymbolDenotes a skin for a drop down symbol.
    FlatButtonDenotes a skin for a flat button (commonly a button in a ribbon or a toolbar).
    GroupBoxDenotes a skin for a group box.
    HScrollBarDecreaseButtonDenotes a skin for the decrease button of a horizontal scrollbar.
    HScrollBarDecreaseShaftDenotes a skin for the decrease shaft of a horizontal scrollbar.
    HScrollBarGripperDenotes a skin for the gripper of a horizontal scrollbar.
    HScrollBarIncreaseButtonDenotes a skin for the increase button of a horizontal scrollbar.
    HScrollBarIncreaseShaftDenotes a skin for the increase shaft of a horizontal scrollbar.
    HScrollBarLeftArrowDenotes a skin for the left arrow of horizontal scrollbar.
    HScrollBarRightArrowDenotes a skin for the right arrow of horizontal scrollbar.
    HScrollBarThumbDenotes a skin for the thumb of a horizontal scrollbar.
    LargeArrowLeftDenotes a skin for a large left oriented arrow.
    LargeArrowRightDenotes a skin for a large right oriented arrow.
    ProgressBarCircularDenotes a skin for a circular progress bar.
    ProgressBarCircularBufferedPartDenotes a skin for the buffered part of a circular progress bar.
    ProgressBarCircularCompletedPartDenotes a skin for the completed part of a circular progress bar.
    ProgressBarHorizontalDenotes a skin for a horizontal progress bar.
    ProgressBarHorizontalBufferedPartDenotes a skin for the buffered part of a horizontal progress bar.
    ProgressBarHorizontalCompletedPartDenotes a skin for the completed part of a horizontal progress bar.
    ProgressBarVerticalDenotes a skin for a vertical progress bar.
    ProgressBarVerticalBufferedPartDenotes a skin for the buffered part of a vertical progress bar.
    ProgressBarVerticalCompletedPartDenotes a skin for the completed part of a vertical progress bar.
    RadioButtonDenotes a skin for a radio button.
    SectionHeaderDenotes a skin for an accordion section header.
    SectionHeaderSymbolDenotes a skin for an accordion section header symbol.
    SliderAxisDenotes a skin for a slider axis.
    SliderThumbDownDenotes a skin for a slider thumb with down orientation.
    SliderThumbLeftDenotes a skin for a slider thumb with left orientation.
    SliderThumbLeftRightDenotes a skin for a slide thumb with both left and right orientation.
    SliderThumbRightDenotes a skin for a slider thumb with right orientation.
    SliderThumbUpDenotes a skin for a slider thumb with up orientation.
    SliderThumbUpDownDenotes a skin for a slider thumb with both up and down orientation.
    SpinnerDownGlyphDenotes a skin for the downward oriented gyph of a spinner button.
    SpinnerHorizontalDecreaseButtonDenotes a skin for the decrease button of a horizontal spinner.
    SpinnerHorizontalIncreaseButtonDenotes a skin for the increase button of a horizontal spinner.
    SpinnerLeftGlyphDenotes a skin for the left oriented glyph of a spinner button.
    SpinnerRightGlyphDenotes a skin for the right oriented glyph of a spinner button.
    SpinnerUpGlyphDenotes a skin for the upward oriented glyph of a spinner button.
    SpinnerVerticalDecreaseButtonDenotes a skin for for the decrease button of a vertical spinner.
    SpinnerVerticalIncreaseButtonDenotes a skin for the increase button of a vertical spinner.
    SplitButtonDropDownButtonDenotes a skin for the drop down button of a split button.
    TablePickerCellDenotes a skin for a table picker cell.
    TabPaneDenotes a skin for a tab pane.
    TextBoxDenotes a skin for a text box.
    TitleBarDenotes a skin for a title bar.
    TitleBarButtonDenotes a skin for a title bar button.
    TitleBarCloseButtonDenotes a skin for the title bar close button.
    TitleBarCloseGlyphDenotes a skin for the glyph of the title bar close button.
    TitleBarControlMenuGlyphDenotes a skin for the glyph of the title bar control menu drop down.
    TitleBarHelpGlyphDenotes a skin for the glyph of the title bar help button.
    TitleBarMaximizeGlyphDenotes a skin for the glyph of the title bar maximize button.
    TitleBarMinimizeGlyphDenotes a skin for the glyph of the title bar minimize button.
    TitleBarRestoreGlyphDenotes a skin for the glyph of the title bar restore button.
    TreeViewItemSymbolCollapsedDenotes a skin for the collapsed symbol of a tree view item.
    TreeViewItemSymbolExpandedDenotes a skin for the expanded symbol of a tree view item.
    UpDownDenotes a skin for an up down widget.
    UpDownDecreaseButtonDenotes a skin for the decrease button of an up down.
    UpDownDecreaseButtonGlyphDenotes a skin for the downward oriented glyph of an up down's button.
    UpDownIncreaseButtonDenotes a skin for the increase button of an up down.
    UpDownIncreaseButtonGlyphDenotes a skin for the upward oriented glyph of an up down's button.
    VScrollBarDecreaseButtonDenotes a skin for the decrease button of a vertical scrollbar.
    VScrollBarDecreaseShaftDenotes a skin for the decrease shaft of a vertical scrollbar.
    VScrollBarDownArrowDenotes a skin for the down arrow of a vertical scrollbar.
    VScrollBarGripperDenotes a skin for the gripper of a vertical scrollbar.
    VScrollBarIncreaseButtonDenotes a skin for the increase button of a vertical scrollbar.
    VScrollBarIncreaseShaftDenotes a skin for the increase shaft of a vertical scrollbar.
    VScrollBarThumbDenotes a skin for the thumb of a vertical scrollbar.
    VScrollBarUpArrowDenotes a skin for the up arrow of a vertical scrollbar.
    WindowDenotes a skin for a window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENUIThemePart

    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