NRibbonWidgetFactory Class Methods
In This Topic
For a list of all members of this type, see NRibbonWidgetFactory members.
Public Methods
| | Name | Description |
 | CreateWidget | Overridden. Creates a widget for the given data source item. The default implementation creates a label and sets its text to the result of the GetString method for the given data source item. |
 | GetString | Overridden. Gets the string representation of the given data source item. The default implementation calls the ToString method of the given data source item. |
Top
See Also