Micro Focus Content Manager SDK 10.1
TRIM.SDK.PropertyEditor Class Reference

The PropertyEditor class is used to display the properties of a TRIM object. More...

Static Public Member Functions

static bool EditModal (Hwnd parentHWND, TrimMainObject trimObject)
 Displays the property sheet for the nominated object, returns true if the user pressed OK, false if the user pressed CANCEL More...
 
static void EditChildList (Hwnd parentHWND, TrimMainObject mainObject, BaseObjectTypes childListType)
 Displays a property sheet containing a page that lists members of the nominated child object list More...
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

The PropertyEditor class is used to display the properties of a TRIM object.

Member Function Documentation

◆ EditChildList()

static void TRIM.SDK.PropertyEditor.EditChildList ( Hwnd  parentHWND,
TrimMainObject  mainObject,
BaseObjectTypes  childListType 
)
static

Displays a property sheet containing a page that lists members of the nominated child object list

◆ EditModal()

static bool TRIM.SDK.PropertyEditor.EditModal ( Hwnd  parentHWND,
TrimMainObject  trimObject 
)
static

Displays the property sheet for the nominated object, returns true if the user pressed OK, false if the user pressed CANCEL

Member Data Documentation

◆ swigCMemOwn

bool TRIM.SDK.PropertyEditor.swigCMemOwn
protected