StatusStripUpdateDisplayApplicationName Property |
Gets or sets the name of the application, as shown in the control's tooltips
and details form.
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 string ApplicationName { get; set; }
Public Property ApplicationName As String
Get
Set
public:
virtual property String^ ApplicationName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ApplicationName : string with get, set
override ApplicationName : string with get, set
Property Value
Type:
StringThe name of the application, as shown in the control's tooltips and
details form.
See Also