ExternalApplicationAppInitString.ShowMenu Property
Gets or sets a Boolean value that specifies whether the menu should be displayed for the application.
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.ShowMenu
instance.ShowMenu = value
Syntax
'Declaration
<CategoryAttribute("Application Hosting")> _
<DefaultValueAttribute(False)> _
<DescriptionAttribute("Show the menu for the application")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("Show Menu")> _
Public Property ShowMenu As Boolean
[CategoryAttribute("Application Hosting")]
[DefaultValueAttribute(false)]
[DescriptionAttribute("Show the menu for the application")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("Show Menu")]
public bool ShowMenu { get; set; }
[CategoryAttribute(L"Application Hosting")]
[DefaultValueAttribute(false)]
[DescriptionAttribute(L"Show the menu for the application")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"Show Menu")]
public:
property bool ShowMenu {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowMenu ()
/** @property */
public void set_ShowMenu (boolean value)
public function get ShowMenu () : boolean
public function set ShowMenu (value : boolean)
Property Value
Type: Booleantrue if the menu should be displayed, 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.