| AppletWidgetView Enumeration |
Identifies the size of the widget
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public enum AppletWidgetView
Public Enumeration AppletWidgetView
public enum class AppletWidgetView
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no special widget view
|
| Alternate | 1 |
Widget button is to show an alternate view
|
| Edit | 2 |
Widget button is to edit the widget
|
| Settings | 4 |
Widget button is to reload the widget
|
See Also