Name | Description | |
---|---|---|
![]() | ItemImageSize | Gets/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). |
The following tables list the members exposed by NCommandWidgetFactory.
Name | Description | |
---|---|---|
![]() | ItemImageSize | Gets/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). |
Name | Description | |
---|---|---|
![]() | CreateWidget | Overridden. Creates a widget for the given data source item. Overriden to create a pair box with the image and the widget for the given item. The image and the widget are obtained through the GetImage and CreateWidget methods. |
![]() | GetCommand | Gets the command associated with the given node. |
![]() | GetImage | Tries to get the image of the given item. Returns null if failed. |
Name | Description | |
---|---|---|
![]() | GetCommandText | Gets the command text. |
![]() | GetTooltipText | Gets the tooltip text of the given item if it is a widget. |