Method IsActive
IsActive<T>(T)
Checks if an element is currently the active one in the selection.
Declaration
public static bool IsActive<T>(T element) where T : ISelectableElement
Parameters
| Type | Name | Description |
|---|---|---|
| T | element | The ISelectableElement to test. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the element is the active element, false if it is not. |
Type Parameters
| Name | Description |
|---|---|
| T |