Select Method
Select(bool, bool)
Selects the Spread component.
Declaration
protected override void Select(bool directed, bool forward)
Protected Overrides Sub [Select](directed As Boolean, forward As Boolean)
Parameters
Type |
Name |
Description |
bool |
directed |
Whether selected
|
bool |
forward |
Whether forward
|
Overrides