Intersoft ClientUI Documentation
StatusBarText Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : StatusBarText Property






Gets or sets the status text.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property StatusBarText As String
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBox
Dim value As String
 
value = instance.StatusBarText
C# 
public string StatusBarText {get;}
Delphi 
public read-only property StatusBarText: String; 
JScript 
public function get StatusBarText : String
Managed Extensions for C++ 
public: __property string* get_StatusBarText();
C++/CLI 
public:
property String^ StatusBarText {
   String^ get();
}

Remarks

In UXPageableComboBox, you can enable the status bar feature by set the StatusBarVisibility property to Visible. The status bar will display any information about the records, such as total displayed records, total all records, searching progress, and button for browse all data.

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.