ExternalApplicationAppInitString.RemoveSizingMenu Property
Gets or sets a Boolean value that specifies whether the sizing menu has to be removed].
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.RemoveSizingMenu
instance.RemoveSizingMenu = value
Syntax
'Declaration
<DisplayNameAttribute("Remove Sizing Menu")> _
<DefaultValueAttribute(True)> _
<CategoryAttribute("Dynamic Positioning Attributes")> _
<DescriptionAttribute("Remove the sizing menu for the application")> _
<BrowsableAttribute(True)> _
Public Property RemoveSizingMenu As Boolean
[DisplayNameAttribute("Remove Sizing Menu")]
[DefaultValueAttribute(true)]
[CategoryAttribute("Dynamic Positioning Attributes")]
[DescriptionAttribute("Remove the sizing menu for the application")]
[BrowsableAttribute(true)]
public bool RemoveSizingMenu { get; set; }
[DisplayNameAttribute(L"Remove Sizing Menu")]
[DefaultValueAttribute(true)]
[CategoryAttribute(L"Dynamic Positioning Attributes")]
[DescriptionAttribute(L"Remove the sizing menu for the application")]
[BrowsableAttribute(true)]
public:
property bool RemoveSizingMenu {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RemoveSizingMenu ()
/** @property */
public void set_RemoveSizingMenu (boolean value)
public function get RemoveSizingMenu () : boolean
public function set RemoveSizingMenu (value : boolean)
Property Value
Type: Boolean
true if the sizing menu have to be removed, 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.