C# Class ComponentFactory.Krypton.Ribbon.ItemSizeWidth

Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ItemSizeWidth ( GroupItemSize itemSize, int width ) : System

Initialize a new instance of the ItemSizeWidth class.

ItemSizeWidth ( GroupItemSize itemSize, int width, int tag ) : System

Initialize a new instance of the ItemSizeWidth class.

Method Details

ItemSizeWidth() public method

Initialize a new instance of the ItemSizeWidth class.
public ItemSizeWidth ( GroupItemSize itemSize, int width ) : System
itemSize GroupItemSize Group item size.
width int Width associated with the item size.
return System

ItemSizeWidth() public method

Initialize a new instance of the ItemSizeWidth class.
public ItemSizeWidth ( GroupItemSize itemSize, int width, int tag ) : System
itemSize GroupItemSize Group item size.
width int Width associated with the item size.
tag int Source specific tag information.
return System