IsScreenshotSupported: Boolean;
IsScreenshotSupported: boolean;
The IsScreenshotSupported property returns whether objects can be displayed as extra-large icons.
The property returns True if the Enable Extra Large Icons without Considering Object Access Permissions checkbox is selected in the security manager, and False if the checkbox is deselected.
The example of use is given in description of the IMetabaseObjectDescriptor.Screenshot property, of the IMetabaseObjectDescriptor.LoadChildScreenshots method.
See also: