Type | Description | |||
Boolean | A Boolean expression that indicates whether the EditEnum entries may display bit combination of predefined values. An EditEnum editor displays a list of predefined values. |
For instance, let's say that our control browses the AllowSelectObjects property of the Exontrol's eXG2antt component. The AllowSelectObjects property is of SelectObjectsEnum which allow bit combination of the following values:
The exSelectSingleObject flag can be combined with any previously value that will indicates that the control allows single selection only in the chart.
The following screen shot shows the ExPropertiesList control when the AllowMultipleValuesOnEnum property is True, and Chart.AllowSelectObjects property is exSelectSingleObject Or exSelectBarsOnly:
The following screen shot shows the ExPropertiesList control when the AllowMultipleValuesOnEnum property is False ( by default ), and Chart.AllowSelectObjects property is exSelectSingleObject Or exSelectBarsOnly.