Provides status information for use in rendering a MonthViewDayElement.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ElementViewStatus |
| Visual Basic |
|---|
Public Enumeration ElementViewStatus |
| Visual C++ |
|---|
public enum class ElementViewStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | The element is not in any of the other states. | |
| Selected | 1 | The element is selected. | |
| MouseOver | 2 | The mouse is over the element. | |
| Padding | 3 | The element represents a day which is not part of the month being displayed. | |
| MouseOverPadding | 4 | The mouse is over the element which also represents a day which is not part of the month being displayed. |