A runtime form designer control

SelectionEventArgs.SelectionType Property

An enumerated value indicating the type of selection being performed.

[Visual Basic]
Public Property ReadOnly SelectionType As SelectionTypes
[C#]
public SelectionTypes SelectionType { get; }
[C++]
public: __property SelectionTypes get_SelectionType();
[JScript]
public function get SelectionType() : SelectionTypes

See Also

SelectionEventArgs Class | Viklele.Win.Designer Namespace