A runtime form designer control

FormDesigner.SelectedComponents Property

Gets a collection of component that are currently selected.

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

Remarks

This property is not available at design time.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace