Constable Authorization Engine 2.0 BETA

InstanceEntryDisplayProperties Enumeration

[This is preliminary documentation and subject to change.]

Specifies which display-related properties exposed by an ICustomInstanceEntryDisplay implementation should be used to customize the appearance of an entry in the InstanceView control.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum InstanceEntryDisplayProperties
[C#]
public enum InstanceEntryDisplayProperties

Members

Member Name Description Value
None No display-related property of the ICustomInstanceEntryDisplay implementation should be used (the InstanceView control will behave as if there is no implementation of the ICustomInstanceEntryDisplay interface. 0
Text The Text property should be used. 1
ImageIndex The ImageIndex property should be used. 2
SelectedImageIndex The SelectedImageIndex property should be used. 4
ForeColor The ForeColor property should be used. 8
BackColor The BackColor property should be used. 16
All All display-related properties of the ICustomInstanceEntryDisplay implementation should be used. 255

Requirements

Namespace: LaMarvin.Design

Assembly: LaMarvin.Design (in LaMarvin.Design.dll)

See Also

LaMarvin.Design Namespace