Type | Description | |||
Variant | A Safe-Array of Element objects. If calling the Set property the Safe-Array may contains the ID of the Elements to be selected, like: Selection = Array("1", "2"), which indicates that the elements with the ID, "1" and "2" are selected. The Selection method can be used to enumerate the selected elements using the for each statements. |
The SelectObjectColor / SelectObjectTextColor property specifies the colors to show the selected elements ( while the control has the focus ). The SelectObjectColorInactive / SelectObjectTextColorInactive property specifies the color to show the selected elements ( while the control is not focused ). The SelectObjectStyle property specifies the style to show the selected elements ( like changing the element's background/foreground colors, showing a border around the selected elements, and so on ). Use the Background(exSelectElementRectColor) property to specify the color to show the rectangle that highlights the elements that intersect the dragging rectangle.
The AllowSelectObject property indicates the keys combination to allow user selecting new elements. The AllowSelectObjectRect property specifies the keys combination so the user can select the elements from the dragging rectangle. The AllowSelectNothing property indicates whether the selection is cleared once the user clicks any empty area on the surface.