INavigator.Select method ¶
Namespace: NextDesign.Desktop
Description¶
Selects the element specified by this navigator.
In the current version, only the following navigators support this method. - Model Navigator - Product Line Navigator
argument¶
Name | Type | Description |
---|---|---|
item | object | Select element In the current version, only IModel instances can be specified. |
append | bool | Additional selection or True will select the specified element in addition to the current selection. The default value is False. If the navigator does not support multiple element selection, this specification will be ignored. |
Return value¶
- void
Exception¶
Name | Exception Class | Description |
---|---|---|
Incorrect argument | ExtensionArgumentException | When an element that does not exist in INavigator.Items is specified |