ExternalApplicationAppInitString.RetainOnTaskbar Property
Gets or sets a Boolean value that specifies whether the application has to be retained on the task bar.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As Boolean
value = instance.RetainOnTaskbar
instance.RetainOnTaskbar = value
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Retain the application on task bar")> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Retain on Taskbar")> _
<CategoryAttribute("Dynamic Positioning Attributes")> _
Public Property RetainOnTaskbar As Boolean
[BrowsableAttribute(true)]
[DescriptionAttribute("Retain the application on task bar")]
[DefaultValueAttribute(true)]
[DisplayNameAttribute("Retain on Taskbar")]
[CategoryAttribute("Dynamic Positioning Attributes")]
public bool RetainOnTaskbar { get; set; }
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Retain the application on task bar")]
[DefaultValueAttribute(true)]
[DisplayNameAttribute(L"Retain on Taskbar")]
[CategoryAttribute(L"Dynamic Positioning Attributes")]
public:
property bool RetainOnTaskbar {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RetainOnTaskbar ()
/** @property */
public void set_RetainOnTaskbar (boolean value)
public function get RetainOnTaskbar () : boolean
public function set RetainOnTaskbar (value : boolean)
Property Value
Type: Boolean
True if application has to be retained on the task bar, otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.