NPreviewFactory Class Members
In This Topic
The following tables list the members exposed by NPreviewFactory.
Public Properties
| Name | Description |
| PreviewedValue | Gets or sets the object for which the preview must be generated. |
Top
Public Methods
| Name | Description |
| CreatePreview | Must override to creates a preview widget with the specified size. |
| UpdatePreview | Updates the preview shown by the given preview widget. Returns true if the current preview widget should be replaced with the one returned in the out parameter. |
Top
See Also