ComponentFactory.Krypton.Ribbon.ItemSizeWidth.ItemSizeWidth C# (CSharp) Méthode

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
        public ItemSizeWidth(GroupItemSize itemSize, int width)
            : this(itemSize, width, -1)
        {
        }

Same methods

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