ExternalApplicationAppInitString.HostOnTop Property
Gets or sets a Boolean value that specifies whether the host is on top.
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.HostOnTop
instance.HostOnTop = value
Syntax
'Declaration
<DescriptionAttribute("Use Dynamic Positioning")> _
<CategoryAttribute("Application Hosting")> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Use Dynamic Positioning")> _
Public Property HostOnTop As Boolean
[DescriptionAttribute("Use Dynamic Positioning")]
[CategoryAttribute("Application Hosting")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(true)]
[DisplayNameAttribute("Use Dynamic Positioning")]
public bool HostOnTop { get; set; }
[DescriptionAttribute(L"Use Dynamic Positioning")]
[CategoryAttribute(L"Application Hosting")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(true)]
[DisplayNameAttribute(L"Use Dynamic Positioning")]
public:
property bool HostOnTop {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_HostOnTop ()
/** @property */
public void set_HostOnTop (boolean value)
public function get HostOnTop () : boolean
public function set HostOnTop (value : boolean)
Property Value
Type: Boolean
True if the host is on top, 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.