Class UIListItem
Defines a list item with a text and optionally a small icons.
Inheritance
System.Object
UIListItem
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class UIListItem
Properties
Image
The path including file name for the icon image to display.
Declaration
public string Image { get; }
Property Value
Type | Description |
---|---|
System.String |
Text
The text to display for the list item.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |