Defines the behaviour of items when clicked.
Remarks
Property specifies the behaviour of an item, in the control, after it is clicked. There are two possibilities how items behave.
Option | Description |
---|---|
Selectable | If this option is selected, item remains marked after it is clicked. It remains selected so it is possible to see which item was clicked last. |
Clickable | If this option is selected, item is only clicked. There is no way to tell which item was clicked last. |
Example (MxSpace)
To see the defined Selection property on a control (List) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click ArticlesPart.cs. Click the List control and open Property Window. See the selected Selectable field in the Selection property.
To define Selection property
- In Solution Explorer open MxPart component (ArticlesPart) which contains control (List) for displaying data.
- Select the desired control (List) on the canvas.
- Open Property Window.
- In section Design define Selection property. Select a field (Selectable) from the drop down list.