Intersoft ClientUI Documentation
LoaderAppearance Property (UXFrame)



Specifies the mode that determines the visual appearance of the loader. The loader is shown when the frame is loading an external ApplicationPackage and the ShowLoadingProgress is set to true.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LoaderAppearance As FrameLoaderStyle
Dim instance As UXFrame
Dim value As FrameLoaderStyle
 
instance.LoaderAppearance = value
 
value = instance.LoaderAppearance
[CategoryAttribute("Common Properties")]
public FrameLoaderStyle LoaderAppearance {get; set;}
[CategoryAttribute("Common Properties")]
public:
property FrameLoaderStyle LoaderAppearance {
   FrameLoaderStyle get();
   void set (    FrameLoaderStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFrame Class
UXFrame Members

Send Feedback