AppInitStringBase.DynamicCanClose Property
Gets or sets a boolean value whether the user can close the application if it is dynamic.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AppInitStringBase
Dim value As Boolean
value = instance.DynamicCanClose
instance.DynamicCanClose = value
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DefaultValueAttribute(False)> _
<DescriptionAttribute("If dynamic application, can user close?")> _
<DisplayNameAttribute("User Can Close")> _
<CategoryAttribute("Dynamic")> _
Public Property DynamicCanClose As Boolean
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
[DescriptionAttribute("If dynamic application, can user close?")]
[DisplayNameAttribute("User Can Close")]
[CategoryAttribute("Dynamic")]
public bool DynamicCanClose { get; set; }
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
[DescriptionAttribute(L"If dynamic application, can user close?")]
[DisplayNameAttribute(L"User Can Close")]
[CategoryAttribute(L"Dynamic")]
public:
property bool DynamicCanClose {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_DynamicCanClose ()
/** @property */
public void set_DynamicCanClose (boolean value)
public function get DynamicCanClose () : boolean
public function set DynamicCanClose (value : boolean)
Property Value
Type: Boolean
True if the user can close; 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
AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.