ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetItemText C# (CSharp) 메소드

GetItemText() 공개 메소드

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.
리턴 string
        public string GetItemText(object item)
        {
            return _listBox.GetItemText(item);
        }
KryptonCheckedListBox