Method | Description | |
---|---|---|
ApplySettings ( ) : void |
Called when the settings need to be updated.
|
|
FileViewer ( IHost host ) : System |
Initializes a new instance of the FileViewer class.
|
Method | Description | |
---|---|---|
CreatePluginSettings ( ) : IPluginSettings |
Called when creation of the PluginSettings object is requested.
|
|
OnFileChanged ( ) : void |
Called when the viewed file has changed.
|
Method | Description | |
---|---|---|
FileViewer ( ) : System |
Initializes a new instance of the FileViewer class. This will only be used by the Windows Forms designer. |
protected CreatePluginSettings ( ) : IPluginSettings | ||
return | IPluginSettings |
public FileViewer ( IHost host ) : System | ||
host | IHost | The host which will be bound to this instance. |
return | System |