ExternalApplicationAppInitString.RestoreIfMinimized Property
Gets or sets a Boolean value that specifies whether the application has to be restored if it is in the minimized state.
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.RestoreIfMinimized
instance.RestoreIfMinimized = value
Syntax
'Declaration
<DescriptionAttribute("Restore the application if it is in the minimized state")> _
<DisplayNameAttribute("Restore if Minimized")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("Dynamic Positioning Attributes")> _
<DefaultValueAttribute(True)> _
Public Property RestoreIfMinimized As Boolean
[DescriptionAttribute("Restore the application if it is in the minimized state")]
[DisplayNameAttribute("Restore if Minimized")]
[BrowsableAttribute(true)]
[CategoryAttribute("Dynamic Positioning Attributes")]
[DefaultValueAttribute(true)]
public bool RestoreIfMinimized { get; set; }
[DescriptionAttribute(L"Restore the application if it is in the minimized state")]
[DisplayNameAttribute(L"Restore if Minimized")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"Dynamic Positioning Attributes")]
[DefaultValueAttribute(true)]
public:
property bool RestoreIfMinimized {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RestoreIfMinimized ()
/** @property */
public void set_RestoreIfMinimized (boolean value)
public function get RestoreIfMinimized () : boolean
public function set RestoreIfMinimized (value : boolean)
Property Value
Type: Boolean
true if the application has to be restored, 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.