UpdateDisplayIsReadyToApplyImageSmallPresent Property |
Gets a value indicating whether a custom small image has been specified to be shown when an update is
ready to be applied.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic bool IsReadyToApplyImageSmallPresent { get; }
Public ReadOnly Property IsReadyToApplyImageSmallPresent As Boolean
Get
public:
property bool IsReadyToApplyImageSmallPresent {
bool get ();
}
member IsReadyToApplyImageSmallPresent : bool with get
Property Value
Type:
Boolean
See Also