DynamicApplicationItem.IsInUI Property
Gets or sets a Boolean value that specifies whether the dynamic application is currently displayed in the user interface.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As DynamicApplicationItem
Dim value As Boolean
value = instance.IsInUI
instance.IsInUI = value
Syntax
'Declaration
Public Property IsInUI As Boolean
public bool IsInUI { get; set; }
public:
property bool IsInUI {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_IsInUI ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_IsInUI (boolean value)
CompilerGeneratedAttribute
public function get IsInUI () : boolean
CompilerGeneratedAttribute
public function set IsInUI (value : boolean)
Property Value
Type: Boolean
True if the application is displayed in the user interface, 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
DynamicApplicationItem Class
DynamicApplicationItem Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.