A runtime form designer control

SelectionEventArgs.Components Property

Get an array of components involved in selection change.

[Visual Basic]
Public Property ReadOnly Components As ICollection
[C#]
public ICollection Components { get; }
[C++]
public: __property ICollection* get_Components();
[JScript]
public function get Components() : ICollection

See Also

SelectionEventArgs Class | Viklele.Win.Designer Namespace