C# Class ComponentFactory.Krypton.Ribbon.ButtonSpecMdiChildFixed

Implementation for the fixed mdi child pendant buttons.
Inheritance: ComponentFactory.Krypton.Toolkit.ButtonSpec
Show file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
ButtonSpecMdiChildFixed ( PaletteButtonSpecStyle fixedStyle ) : System

Initialize a new instance of the ButtonSpecMdiChildFixed class.

GetStyle ( IPalette palette ) : ButtonStyle

Gets the button style.

Method Details

ButtonSpecMdiChildFixed() public method

Initialize a new instance of the ButtonSpecMdiChildFixed class.
public ButtonSpecMdiChildFixed ( PaletteButtonSpecStyle fixedStyle ) : System
fixedStyle PaletteButtonSpecStyle Fixed style to use.
return System

GetStyle() public method

Gets the button style.
public GetStyle ( IPalette palette ) : ButtonStyle
palette IPalette Palette to use for inheriting values.
return ButtonStyle