ExternalApplicationAppInitString.RetainFrameAndCaption Property
Gets or sets a Boolean value that specifies whether the application’s frame and caption 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.RetainFrameAndCaption
instance.RetainFrameAndCaption = value
Syntax
'Declaration
<DescriptionAttribute("Retain application's Frame and Caption")> _
<DefaultValueAttribute(True)> _
<CategoryAttribute("Dynamic Positioning Attributes")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("Retain Frame and Caption")> _
Public Property RetainFrameAndCaption As Boolean
[DescriptionAttribute("Retain application\'s Frame and Caption")]
[DefaultValueAttribute(true)]
[CategoryAttribute("Dynamic Positioning Attributes")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("Retain Frame and Caption")]
public bool RetainFrameAndCaption { get; set; }
[DescriptionAttribute(L"Retain application\'s Frame and Caption")]
[DefaultValueAttribute(true)]
[CategoryAttribute(L"Dynamic Positioning Attributes")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"Retain Frame and Caption")]
public:
property bool RetainFrameAndCaption {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RetainFrameAndCaption ()
/** @property */
public void set_RetainFrameAndCaption (boolean value)
public function get RetainFrameAndCaption () : boolean
public function set RetainFrameAndCaption (value : boolean)
Property Value
Type: Boolean
true if application’s frame and caption 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.