Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonWidgetFactory Class
Properties Methods


In This Topic
    NRibbonWidgetFactory Class Members
    In This Topic

    The following tables list the members exposed by NRibbonWidgetFactory.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets/Sets the preferred size of the images of the drop down list items produced by this factory. Set this property to NSize.Undefined to use the original size of the images. By default set to (16, 16). (Inherited from Nevron.Nov.UI.NCommandWidgetFactory)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. 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.  
    Public MethodGets the command associated with the given node. (Inherited from Nevron.Nov.UI.NCommandWidgetFactory)
    Public MethodTries to get the image of the given item. Returns null if failed. (Inherited from Nevron.Nov.UI.NCommandWidgetFactory)
    Public MethodOverridden. Gets the string representation of the given data source item. The default implementation calls the ToString method of the given data source item.  
    Public MethodGets a custom object that should be assigned to the Tag property of the created item. (Inherited from Nevron.Nov.UI.NWidgetFactory<NNode>)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the command text. (Inherited from Nevron.Nov.UI.NCommandWidgetFactory)
    Protected MethodGets the tooltip text of the given item if it is a widget. (Inherited from Nevron.Nov.UI.NCommandWidgetFactory)
    Top
    See Also