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