NRibbonWidgetFactory Class Members
In This Topic
The following tables list the members exposed by NRibbonWidgetFactory.
Public Constructors
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