Class PreviewUixml
Preview control which can preview "uixml" forms. There is also PreviewUixmlSplitted class which allows to preview uixml together with its source code.
public class PreviewUixml : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo, IFilePreview
- Inheritance
-
PreviewUixml
- Implements
Constructors
- PreviewUixml()
Initializes a new instance of the PreviewUixml class.
Fields
- LoaderFlags
Gets or sets uixml loader flags.
- LogConvertedUixml
Gets or sets whether to log converted uixml.
- ShowExceptionDialog
Gets or sets whether to show error dialog when uixml is loaded.
Properties
- FileName
Gets or sets path to the previewed file.
Methods
- CreatePreviewControl()
Creates this preview control.
- DisposeManaged()
Override to dispose managed resources. Here we dispose all used object references.
- IsSupportedFile(string)
Gets whether specified file is supported in this preview control.
- OnKeyDown(KeyEventArgs)
Called when the KeyDown event is raised.
- Reload()
Reloads previewed file.
- Reset()
Resets this object unloading the file which is currently previewed.