NWidgetFactory<TItem> Class Members
In This Topic
The following tables list the members exposed by NWidgetFactory<TItem>.
Public Constructors
Public Methods
| Name | Description |
| CreateWidget | Creates a widget for the given item. The default implementation creates a label and sets its text to the result of the GetString method for the given item. |
| GetString | Gets the string representation of the given item. The default implementation calls the "ToString" method of the given item. |
| GetTag | Gets a custom object that should be assigned to the Tag property of the created item. |
Top
See Also