Click or drag to resize

PaletteRedirectRibbonTabContent Constructor (IPalette, IPaletteRibbonBack, IPaletteRibbonBack, IPaletteRibbonBack, IPaletteRibbonBack, IPaletteRibbonBack, IPaletteRibbonBack, IPaletteRibbonText, IPaletteRibbonText, IPaletteRibbonText, IPaletteRibbonText, IPaletteRibbonText, IPaletteRibbonText, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent)

Initialize a new instance of the PaletteRedirectRibbonDouble class.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PaletteRedirectRibbonTabContent(
	IPalette target,
	IPaletteRibbonBack disabledBack,
	IPaletteRibbonBack normalBack,
	IPaletteRibbonBack pressedBack,
	IPaletteRibbonBack trackingBack,
	IPaletteRibbonBack selectedBack,
	IPaletteRibbonBack focusOverrideBack,
	IPaletteRibbonText disabledText,
	IPaletteRibbonText normalText,
	IPaletteRibbonText pressedText,
	IPaletteRibbonText trackingText,
	IPaletteRibbonText selectedText,
	IPaletteRibbonText focusOverrideText,
	IPaletteContent disabledContent,
	IPaletteContent normalContent,
	IPaletteContent pressedContent,
	IPaletteContent trackingContent,
	IPaletteContent selectedContent,
	IPaletteContent focusOverrideContent
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabledBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back disabled state requests.
normalBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back normal state requests.
pressedBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back pressed state requests.
trackingBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back tracking state requests.
selectedBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for selected states requests.
focusOverrideBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back focus override state requests.
disabledText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text disabled state requests.
normalText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text normal state requests.
pressedText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text pressed state requests.
trackingText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text tracking state requests.
selectedText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text selected states requests.
focusOverrideText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Redirection for text focus override state requests.
disabledContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content disabled state requests.
normalContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content normal state requests.
pressedContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content pressed state requests.
trackingContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content tracking state requests.
selectedContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content selected states requests.
focusOverrideContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for content focus override state requests.
See Also