Represents an individual notification LED.
| C# | Visual Basic |
public class Led
Public Class Led
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AllLeds |
Returns a collection of all available LEDs.
| |
| Count |
Returns the number of LEDs available in the system.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsVibrate |
Returns true if device is actually a Vibration device. Returns false for regular LEDs.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| State |
Gets or Sets the current state of the LED.
| |
| ToString()()()() | (Inherited from Object.) |
Use AllLeds to retrieve all available LEDs.
| Object | |
| Led | |