Intersoft ClientUI Documentation
UXStatusBarItem Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : UXStatusBarItem Class






Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.

Object Model

UXStatusBarItem Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.")>
Public Class UXStatusBarItem 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXStatusBarItem
C# 
[DescriptionAttribute("Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.")]
public class UXStatusBarItem : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXStatusBarItem = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
DescriptionAttribute("Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.")
public class UXStatusBarItem extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[DescriptionAttribute("Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.")]
public __gc class UXStatusBarItem : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[DescriptionAttribute("Represents a status bar item that host any type of elements, which is generally used within UXStatusBar control.")]
public ref class UXStatusBarItem : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Remarks

The UXStatusBarItem is a content control, this means that you can put any UI elements as the content of the UXStatusBarItem. To learn more about content control, see Content Controls Overview.

Often times, you may want to show one of the status bar item to fill the remaining space, particularly for the main status content that shows longer text. You can easily achieve this design by setting the IsFill property of the particular UXStatusBarItem to true, such as shown in the following example.

XAML Copy Code
<Intersoft:UXStatusBar Intersoft:DockPanel.Dock="Bottom" Height="25">
      <Intersoft:UXStatusBarItem Content="Document saved." IsFill="true"/>
      <Intersoft:UXSeparator/>
      <Intersoft:UXStatusBarItem Content="52 words" />
</Intersoft:UXStatusBar>
You can set the IsFill property to only one of the UXStatusBarItem in the UXStatusBar control.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXStatusBarItem

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.