A runtime form designer control

FormDesigner.SelectionCount Property

Gets the count of selected components.

[Visual Basic]
Public Property ReadOnly SelectionCount As Integer
[C#]
public int SelectionCount { get; }
[C++]
public: __property int get_SelectionCount();
[JScript]
public function get SelectionCount() : int

Remarks

This property is not available at design time.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace