KryptonCheckedListBoxGetItemText Method |
Returns the text representation of the specified item.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public string GetItemText(
Object item
)
Parameters
- item
- Type: SystemObject
The object from which to get the contents to display.
Return Value
Type:
StringIf the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.
See Also