UpdateDisplayIsNoUpdateImageSmallPresent Property |
Gets a value indicating whether a custom small image has been specified to be shown when no update
has been found.
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 IsNoUpdateImageSmallPresent { get; }
Public ReadOnly Property IsNoUpdateImageSmallPresent As Boolean
Get
public:
property bool IsNoUpdateImageSmallPresent {
bool get ();
}
member IsNoUpdateImageSmallPresent : bool with get
Property Value
Type:
Boolean
See Also