Class DynamicStatusBar.DynamicStatusItemList
Inheritance
System.Object
DynamicStatusBar.DynamicStatusItemList
Assembly: UICatalog.dll
Syntax
public class DynamicStatusItemList : Object
Constructors
DynamicStatusItemList()
Declaration
public DynamicStatusItemList()
DynamicStatusItemList(ustring, StatusItem)
Declaration
public DynamicStatusItemList(ustring title, StatusItem statusItem)
Parameters
Type |
Name |
Description |
NStack.ustring |
title |
|
StatusItem |
statusItem |
|
Properties
StatusItem
Declaration
public StatusItem StatusItem { get; set; }
Property Value
Title
Declaration
public ustring Title { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|