ControllerDisplayMode Enumeration |
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic enum ControllerDisplayMode
Public Enumeration ControllerDisplayMode
public enum class ControllerDisplayMode
type ControllerDisplayMode
Members
| Member name | Value | Description |
---|
| ImageAndLongText | 0 |
An image and a text description are shown.
|
| ImageAndShortText | 1 |
An image and a short text description are shown.
|
| ImageOnly | 2 |
Only an image is shown.
|
| LongTextOnly | 3 |
Only a text description is shown.
|
| ShortTextOnly | 4 |
Only a short text description is shown.
|
See Also