Micro Focus Content Manager SDK 10.1
TRIM.SDK.ITrimCustomIcon Interface Reference

Allows you to specify a custom icon ( either internal or external) for the associated Trim object. More...

Inheritance diagram for TRIM.SDK.ITrimCustomIcon:
TRIM.SDK.ExternalLink TRIM.SDK.ExternalWorkflowType TRIM.SDK.FieldDefinition TRIM.SDK.LookupItem TRIM.SDK.LookupSet TRIM.SDK.RecordType TRIM.SDK.SavedSearch TRIM.SDK.SearchForm TRIM.SDK.UserLabel

Properties

TrimIcon CustomIcon [get, set]
 Gets or sets the custom icon associated with this object. More...
 
Icons CustomIconInternal [get]
 Gets the internal icon identifier if the custom icon is based on an internal icon. More...
 
ExternalIcon CustomIconExternal [get]
 Gets the external icon object if the custom icon associated with this object is an externally defined icon. More...
 

Detailed Description

Allows you to specify a custom icon ( either internal or external) for the associated Trim object.

Property Documentation

◆ CustomIcon

TrimIcon TRIM.SDK.ITrimCustomIcon.CustomIcon
getset

Gets or sets the custom icon associated with this object.

◆ CustomIconExternal

ExternalIcon TRIM.SDK.ITrimCustomIcon.CustomIconExternal
get

Gets the external icon object if the custom icon associated with this object is an externally defined icon.

◆ CustomIconInternal

Icons TRIM.SDK.ITrimCustomIcon.CustomIconInternal
get

Gets the internal icon identifier if the custom icon is based on an internal icon.