Class DynamicStatusBar.DynamicStatusItemList
Inheritance
System.Object
DynamicStatusBar.DynamicStatusItemList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
public class DynamicStatusItemList
Constructors
| Improve this Doc View SourceDynamicStatusItemList()
Declaration
public DynamicStatusItemList()
DynamicStatusItemList(ustring, StatusItem)
Declaration
public DynamicStatusItemList(ustring title, StatusItem statusItem)
Parameters
Type | Name | Description |
---|---|---|
ustring | title | |
StatusItem | statusItem |
Properties
| Improve this Doc View SourceStatusItem
Declaration
public StatusItem StatusItem { get; set; }
Property Value
Type | Description |
---|---|
StatusItem |
Title
Declaration
public ustring Title { get; set; }
Property Value
Type | Description |
---|---|
ustring |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()