C# Class ComponentFactory.Krypton.Ribbon.ItemSizeWidth

Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ItemSizeWidth() public méthode

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.
Résultat System