IG.Forms.ResourceViewerControl.ResourceViewerControl |
( |
| ) |
|
|
inline |
IG.Forms.ResourceViewerControl.ResourceViewerControl |
( |
| ) |
|
|
inline |
void IG.Forms.ResourceViewerControl.UpdatePreviewArea |
( |
| ) |
|
|
inline |
void IG.Forms.ResourceViewerControl.RefreshViewer |
( |
| ) |
|
|
inline |
Refreshed information about the selected assembly (of potential assemblied if multiple assemblies descriptions are allowed) on the output text control.
void IG.Forms.ResourceViewerControl.RefreshOutput |
( |
| ) |
|
|
inline |
Refreshed information about the selected assembly (of potential assemblied if multiple assemblies descriptions are allowed) on the output text control.
void IG.Forms.ResourceViewerControl.AddViewer |
( |
IFileViewer |
viewer, |
|
|
bool |
atBeginning = true |
|
) |
| |
|
inline |
Adds a new viewer to the list of viewers.
- Parameters
-
viewer | Viewer to be added. |
atBeginning | If true then viewer is added at the beginning, meanig it will have higher prority and will be used even if there are other viewers installed for the same kind of resources. |
void IG.Forms.ResourceViewerControl.HideViewers |
( |
| ) |
|
|
inlineprotected |
Makes all viewers invisible.
void IG.Forms.ResourceViewerControl.ShowViewedItem |
( |
| ) |
|
|
inline |
void IG.Forms.ResourceViewerControl.resourceSelector1_ResourceSelected |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ResourceViewerControl.resourceSelector1_SelectionParametersChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.ResourceViewerControl.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.ResourceViewerControl.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
void IG.Forms.ResourceViewerControl.UpdatePreviewArea |
( |
| ) |
|
|
inline |
void IG.Forms.ResourceViewerControl.RefreshViewer |
( |
| ) |
|
|
inline |
Refreshed information about the selected assembly (of potential assemblied if multiple assemblies descriptions are allowed) on the output text control.
void IG.Forms.ResourceViewerControl.RefreshOutput |
( |
| ) |
|
|
inline |
Refreshed information about the selected assembly (of potential assemblied if multiple assemblies descriptions are allowed) on the output text control.
void IG.Forms.ResourceViewerControl.AddViewer |
( |
IFileViewer |
viewer, |
|
|
bool |
atBeginning = true |
|
) |
| |
|
inline |
Adds a new viewer to the list of viewers.
- Parameters
-
viewer | Viewer to be added. |
atBeginning | If true then viewer is added at the beginning, meanig it will have higher prority and will be used even if there are other viewers installed for the same kind of resources. |
void IG.Forms.ResourceViewerControl.HideViewers |
( |
| ) |
|
|
inlineprotected |
Makes all viewers invisible.
void IG.Forms.ResourceViewerControl.ShowViewedItem |
( |
| ) |
|
|
inline |
void IG.Forms.ResourceViewerControl.resourceSelector1_ResourceSelected |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.ResourceViewerControl.resourceSelector1_SelectionParametersChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.ResourceViewerControl.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.ResourceViewerControl.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
static string IG.Forms.ResourceViewerControl._initialTextOutpput |
|
staticprivate |
Initial value:=
@"<< Select resources. >>"
List< string > IG.Forms.ResourceViewerControl._auxList = new List<string>() |
|
private |
bool IG.Forms.ResourceViewerControl._isImagePreviewActive = false |
|
protected |
bool IG.Forms.ResourceViewerControl._isSoundPreviewActive = false |
|
protected |
IFileViewer IG.Forms.ResourceViewerControl._activeViewer = null |
|
protected |
List< IFileViewer > IG.Forms.ResourceViewerControl._viewers = null |
|
protected |
IFileViewer IG.Forms.ResourceViewerControl._imageViewer = null |
|
private |
IFileViewer IG.Forms.ResourceViewerControl._fileViewer = null |
|
private |
bool IG.Forms.ResourceViewerControl._isShownImmediately = true |
|
protected |
System ComponentModel IContainer IG.Forms.ResourceViewerControl.components = null |
|
private |
Required designer variable.
System Windows Forms GroupBox IG.Forms.ResourceViewerControl.grpPreview |
|
private |
System Windows Forms TextBox IG.Forms.ResourceViewerControl.txtOutput |
|
private |
System Windows Forms SplitContainer IG.Forms.ResourceViewerControl.splitContainer1 |
|
private |
System Windows Forms Button IG.Forms.ResourceViewerControl.btnShowInExternalViewer |
|
private |
bool IG.Forms.ResourceViewerControl.IsImagePreviewActive |
|
getprotected set |
bool IG.Forms.ResourceViewerControl.IsSoundPreviewActive |
|
getprotected set |
bool IG.Forms.ResourceViewerControl.IsAnyPreviewActive |
|
get |
int IG.Forms.ResourceViewerControl.NumViewers |
|
get |
Returns the number of viewers installed.
IFileViewer IG.Forms.ResourceViewerControl.ActiveViewer |
|
getsetprotected |
List< IFileViewer > IG.Forms.ResourceViewerControl.Viewers |
|
getprotected |
Gets or set internal image viewer component (which is used if other viewers can not be used for viewing the current resource).
Gets or set internal general file viewer component (which is used if other viewers can not be used for viewing the current resource).
bool IG.Forms.ResourceViewerControl.IsShownImmediately |
|
getset |
Flag that specifies whether content is shown immediately after the viewed object is set.
If set to true and the viewer does not at all have such capability, this should NOT throw an exception (thus, user should check success by verifying if flag changed).
The documentation for this class was generated from the following files: