ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetItemText C# (CSharp) Method

GetItemText() public method

Returns the text representation of the specified item.
public GetItemText ( object item ) : string
item object The object from which to get the contents to display.
return string
        public string GetItemText(object item)
        {
            return _listBox.GetItemText(item);
        }
KryptonCheckedListBox