Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.ObjectViewer Class Reference

The ObjectViewer class is used to view an electronic object associated with a TRIM object. More...

Static Public Member Functions

static void ViewModal (Hwnd parentHWND, TrimObject trimObject)
 Displays a modal viewer window and displays the electronic document associated with the supplied object. If the object has no document attached or the document is not viewable for other reasons a TrimException will be thrown containing details of the problem. More...
 
static void ViewModeless (Hwnd parentHWND, TrimObject trimObject)
 Displays a modeless viewer window and displays the electronic document associated with the supplied object. If the object has no document attached or the document is not viewable for other reasons a TrimException will be thrown containing details of the problem. More...
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

The ObjectViewer class is used to view an electronic object associated with a TRIM object.

Member Function Documentation

static void HP.HPTRIM.SDK.ObjectViewer.ViewModal ( Hwnd  parentHWND,
TrimObject  trimObject 
)
static

Displays a modal viewer window and displays the electronic document associated with the supplied object. If the object has no document attached or the document is not viewable for other reasons a TrimException will be thrown containing details of the problem.

static void HP.HPTRIM.SDK.ObjectViewer.ViewModeless ( Hwnd  parentHWND,
TrimObject  trimObject 
)
static

Displays a modeless viewer window and displays the electronic document associated with the supplied object. If the object has no document attached or the document is not viewable for other reasons a TrimException will be thrown containing details of the problem.

Member Data Documentation

bool HP.HPTRIM.SDK.ObjectViewer.swigCMemOwn
protected