Intersoft ClientUI Documentation
StatusBarText Property



Gets or sets the status text.
Syntax
Public ReadOnly Property StatusBarText As String
Dim instance As UXDataComboBox
Dim value As String
 
value = instance.StatusBarText
public string StatusBarText {get;}
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 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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback