IInfoView.Select method
Namespace: NextDesign.Desktop
Description
Selects the specified element on this display page in the info window.
argument
Name | Type | Description |
---|---|---|
item | object | Element to select In the current version, only IInfoEntry instances can be specified. |
append | bool | Append selection or True to select the specified element in addition to the current selection. The default is False. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If an element that does not exist in IInfoView.Items is specified |