Property Selection
Selection
The current selection. The selection may be empty. It may contain the name of a button that has been switched on.
Declaration
public IEnumerable<string> Selection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | Probably contains the name of the button that was switched on beforehand. May contain an empty string or "Off". |