ComponentFactory.Krypton.Toolkit.KryptonListItem.KryptonListItem C# (CSharp) Method

KryptonListItem() public method

Initialize a new instance of the KryptonListItem class.
public KryptonListItem ( ) : System
return System
        public KryptonListItem()
            : this("ListItem", null, null, Color.Empty)
        {
        }

Same methods

KryptonListItem::KryptonListItem ( string shortText ) : System
KryptonListItem::KryptonListItem ( string shortText, string longText ) : System
KryptonListItem::KryptonListItem ( string shortText, string longText, Image image ) : System
KryptonListItem::KryptonListItem ( string shortText, string longText, Image image, Color imageTransparentColor ) : System