[]
Creates a new enhanced interface renderer with default values.
public EnhancedInterfaceRenderer()
Public Sub New()
Creates a new enhanced interface rendered with the specified parameters.
public EnhancedInterfaceRenderer(Color arrowColorEnabled, Color arrowColorDisabled, Color foreColor, Color grayAreaColor, Color rangeGroupBackgroundColor, Color rangeGroupButtonBorderColor, Color rangeGroupLineColor, Color scrollBoxBackgroundColor, Color sheetTabBorderColor, Color sheetTabLowerActiveColor, Color sheetTabLowerNormalColor, Color sheetTabUpperActiveColor, Color sheetTabUpperNormalColor, Color splitBarBackgroundColor, Color splitBarDarkColor, Color splitBarLightColor, Color splitBoxBackgroundColor, Color splitBoxBorderColor, EnhancedInterfaceRenderer.SheetTabShape tabShape, Color tabStripBackgroundColor, FlatStyle tabStripButtonFlatStyle, Color tabStripButtonLowerActiveColor, Color tabStripButtonLowerNormalColor, Color tabStripButtonLowerPressedColor, EnhancedInterfaceRenderer.ButtonStyles tabStripButtonStyle, Color tabStripButtonUpperActiveColor, Color tabStripButtonUpperNormalColor, Color tabStripButtonUpperPressedColor, Color tabStripButtonBorderColor)
Public Sub New(arrowColorEnabled As Color, arrowColorDisabled As Color, foreColor As Color, grayAreaColor As Color, rangeGroupBackgroundColor As Color, rangeGroupButtonBorderColor As Color, rangeGroupLineColor As Color, scrollBoxBackgroundColor As Color, sheetTabBorderColor As Color, sheetTabLowerActiveColor As Color, sheetTabLowerNormalColor As Color, sheetTabUpperActiveColor As Color, sheetTabUpperNormalColor As Color, splitBarBackgroundColor As Color, splitBarDarkColor As Color, splitBarLightColor As Color, splitBoxBackgroundColor As Color, splitBoxBorderColor As Color, tabShape As EnhancedInterfaceRenderer.SheetTabShape, tabStripBackgroundColor As Color, tabStripButtonFlatStyle As FlatStyle, tabStripButtonLowerActiveColor As Color, tabStripButtonLowerNormalColor As Color, tabStripButtonLowerPressedColor As Color, tabStripButtonStyle As EnhancedInterfaceRenderer.ButtonStyles, tabStripButtonUpperActiveColor As Color, tabStripButtonUpperNormalColor As Color, tabStripButtonUpperPressedColor As Color, tabStripButtonBorderColor As Color)
Type | Name | Description |
---|---|---|
Color | arrowColorEnabled | Color of the arrow when enabled |
Color | arrowColorDisabled | Color of the arrow when disabled |
Color | foreColor | Color of the text |
Color | grayAreaColor | Color of the gray area |
Color | rangeGroupBackgroundColor | Color of the background of the outline (range group) |
Color | rangeGroupButtonBorderColor | Color of the button and border of the outline (range group) |
Color | rangeGroupLineColor | Color of the line of the outline (range group) |
Color | scrollBoxBackgroundColor | Color of the background of the scroll box |
Color | sheetTabBorderColor | Color of the border of the sheet tab |
Color | sheetTabLowerActiveColor | Color of the lower part of the sheet tab when selected |
Color | sheetTabLowerNormalColor | Color of the lower part of the sheet tab when not selected |
Color | sheetTabUpperActiveColor | Color of the upper part of the sheet tab when selected |
Color | sheetTabUpperNormalColor | Color of the upper part of the sheet tab when not selected |
Color | splitBarBackgroundColor | Color of the background of the splitter bar |
Color | splitBarDarkColor | Color of the dark part of the splitter bar |
Color | splitBarLightColor | Color of the light part of the splitter bar |
Color | splitBoxBackgroundColor | Color of the background of the splitter box |
Color | splitBoxBorderColor | Color of the border of the splitter box |
EnhancedInterfaceRenderer.SheetTabShape | tabShape | Sheet tab shape |
Color | tabStripBackgroundColor | Color of the background of the tab strip |
FlatStyle | tabStripButtonFlatStyle | Style of the tab strip button when flat |
Color | tabStripButtonLowerActiveColor | Color of the lower part of the tab strip button when selected |
Color | tabStripButtonLowerNormalColor | Color of the lower part of the tab strip button when not selected |
Color | tabStripButtonLowerPressedColor | Color of the lower part of the tab strip button when pressed |
EnhancedInterfaceRenderer.ButtonStyles | tabStripButtonStyle | Style of the tab strip button |
Color | tabStripButtonUpperActiveColor | Color of the upper part of the tab strip button when selected |
Color | tabStripButtonUpperNormalColor | Color of the upper part of the tab strip button when not selected |
Color | tabStripButtonUpperPressedColor | Color of the upper part of the tab strip button when pressed |
Color | tabStripButtonBorderColor | Color of the border of the tab strip button |