C# Class ComponentFactory.Krypton.Docking.ViewDrawAutoHiddenTab

View element that can draw an auto hidden tab based on a KryptonPage as the source.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewDrawButton, IContentValues
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
GetImage ( PaletteState state ) : Image

Gets the content image.

GetImageTransparentColor ( PaletteState state ) : Color

Gets the image color that should be transparent.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

ViewDrawAutoHiddenTab ( KryptonPage page, VisualOrientation orientation ) : System

Initialize a new instance of the ViewDrawAutoHiddenTab class.

Method Details

GetImage() public method

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
return Image

GetImageTransparentColor() public method

Gets the image color that should be transparent.
public GetImageTransparentColor ( PaletteState state ) : Color
state PaletteState The state for which the image is needed.
return Color

GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string

GetShortText() public method

Gets the content short text.
public GetShortText ( ) : string
return string

ViewDrawAutoHiddenTab() public method

Initialize a new instance of the ViewDrawAutoHiddenTab class.
public ViewDrawAutoHiddenTab ( KryptonPage page, VisualOrientation orientation ) : System
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to the page this tab represents.
orientation VisualOrientation Visual orientation used for drawing the tab.
return System