Click or drag to resize
ControllerDisplayMode Enumeration
Defines the possible display modes for a visual UpdateController control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public enum ControllerDisplayMode
Members
  Member nameValueDescription
ImageAndLongText0 An image and a text description are shown.
ImageAndShortText1 An image and a short text description are shown.
ImageOnly2 Only an image is shown.
LongTextOnly3 Only a text description is shown.
ShortTextOnly4 Only a short text description is shown.
See Also