UpdateDisplayIsReadyToApplyImageLargePresent Property |
Gets a value indicating whether a custom large 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 IsReadyToApplyImageLargePresent { get; }
Public ReadOnly Property IsReadyToApplyImageLargePresent As Boolean
Get
public:
property bool IsReadyToApplyImageLargePresent {
bool get ();
}
member IsReadyToApplyImageLargePresent : bool with get
Property Value
Type:
Boolean
See Also