Udostępnij za pośrednictwem


ExternalApplicationAppInitString.RetainSystemMenu Property

Gets or sets a Boolean value that specifies whether the system menu has to be retained.

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.RetainSystemMenu

instance.RetainSystemMenu = value

Syntax

'Declaration
<DefaultValueAttribute(True)> _
<CategoryAttribute("Dynamic Positioning Attributes")> _
<DisplayNameAttribute("Retain System Menu")> _
<DescriptionAttribute("Retain the application's system menu")> _
<BrowsableAttribute(True)> _
Public Property RetainSystemMenu As Boolean
[DefaultValueAttribute(true)] 
[CategoryAttribute("Dynamic Positioning Attributes")] 
[DisplayNameAttribute("Retain System Menu")] 
[DescriptionAttribute("Retain the application\'s system menu")] 
[BrowsableAttribute(true)] 
public bool RetainSystemMenu { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Dynamic Positioning Attributes")] 
[DisplayNameAttribute(L"Retain System Menu")] 
[DescriptionAttribute(L"Retain the application\'s system menu")] 
[BrowsableAttribute(true)] 
public:
property bool RetainSystemMenu {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_RetainSystemMenu ()

/** @property */
public void set_RetainSystemMenu (boolean value)
public function get RetainSystemMenu () : boolean

public function set RetainSystemMenu (value : boolean)

Property Value

Type: Booleantrue if the system menu has to be retained, 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.