IMetabase.IsScreenshotSupported

Syntax

IsScreenshotSupported: Boolean;

Description

The IsScreenshotSupported property returns whether objects can be displayed as icons.

Comments

The property returns True if the Allow Displaying of Objects as Icons without Taking into Account Object Access Permissions checkbox is selected in the security manager, and False if the checkbox is deselected.

Example

The example of use is given in description of the IMetabaseObjectDescriptor.Screenshot property, the IMetabaseObjectDescriptor.LoadChildScreenshots method.

See also:

IMetabase