SelectedComponents Property
SelectedComponents
When implemented by a class, contains list of selected components or controls.
Declaration
IEnumerable<IComponent> SelectedComponents { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IComponent> |