C# Class ComponentFactory.Krypton.Ribbon.AppButtonToolTipToContent

Map application button tooltip values to content values.
Inheritance: IContentValues
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
AppButtonToolTipToContent ( KryptonRibbon ribbon ) : System

Initialize a new instance of the AppButtonToolTipToContent class.

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.

Method Details

AppButtonToolTipToContent() public method

Initialize a new instance of the AppButtonToolTipToContent class.
public AppButtonToolTipToContent ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
return System

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