Intersoft ClientUI Documentation
UXFrameLoader Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace : UXFrameLoader Class






Object Model

UXFrameLoader Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="ProgressBarElement", Type=Intersoft.Client.UI.Controls.UXProgressBar)>
<TemplatePartAttribute(Name="ReflectorElement", Type=Intersoft.Client.UI.Controls.ContentReflector)>
<TemplatePartAttribute(Name="CaptionElement", Type=System.Windows.Controls.TextBlock)>
<TemplatePartAttribute(Name="CancelButton", Type=Intersoft.Client.UI.Aqua.UXButton)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)>
Public Class UXFrameLoader 
   Inherits System.Windows.Controls.Control
Visual Basic (Usage)Copy Code
Dim instance As UXFrameLoader
C# 
[TemplatePartAttribute(Name="ProgressBarElement", Type=Intersoft.Client.UI.Controls.UXProgressBar)]
[TemplatePartAttribute(Name="ReflectorElement", Type=Intersoft.Client.UI.Controls.ContentReflector)]
[TemplatePartAttribute(Name="CaptionElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="CancelButton", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)]
public class UXFrameLoader : System.Windows.Controls.Control 
Delphi 
public class UXFrameLoader = class(System.Windows.Controls.Control)
JScript 
TemplatePartAttribute(Name="ProgressBarElement", Type=Intersoft.Client.UI.Controls.UXProgressBar)
TemplatePartAttribute(Name="ReflectorElement", Type=Intersoft.Client.UI.Controls.ContentReflector)
TemplatePartAttribute(Name="CaptionElement", Type=System.Windows.Controls.TextBlock)
TemplatePartAttribute(Name="CancelButton", Type=Intersoft.Client.UI.Aqua.UXButton)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Border)
TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)
public class UXFrameLoader extends System.Windows.Controls.Control
Managed Extensions for C++ 
[TemplatePartAttribute(Name="ProgressBarElement", Type=Intersoft.Client.UI.Controls.UXProgressBar)]
[TemplatePartAttribute(Name="ReflectorElement", Type=Intersoft.Client.UI.Controls.ContentReflector)]
[TemplatePartAttribute(Name="CaptionElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="CancelButton", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)]
public __gc class UXFrameLoader : public System.Windows.Controls.Control 
C++/CLI 
[TemplatePartAttribute(Name="ProgressBarElement", Type=Intersoft.Client.UI.Controls.UXProgressBar)]
[TemplatePartAttribute(Name="ReflectorElement", Type=Intersoft.Client.UI.Controls.ContentReflector)]
[TemplatePartAttribute(Name="CaptionElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="CancelButton", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)]
public ref class UXFrameLoader : public System.Windows.Controls.Control 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.UI.Navigation.UXFrameLoader

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.