StatusStripUpdateDisplayApplyUpdateOptions Property |
Gets or sets the options used when the control applies an update.
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 ApplyUpdateOptions ApplyUpdateOptions { get; set; }
Public Property ApplyUpdateOptions As ApplyUpdateOptions
Get
Set
public:
property ApplyUpdateOptions ApplyUpdateOptions {
ApplyUpdateOptions get ();
void set (ApplyUpdateOptions value);
}
member ApplyUpdateOptions : ApplyUpdateOptions with get, set
Property Value
Type:
ApplyUpdateOptionsA combination of the
ApplyUpdateOptions values.
See Also