Class DynamicStatusBar.DynamicStatusItem
Inheritance
System.Object
DynamicStatusBar.DynamicStatusItem
Assembly: UICatalog.dll
Syntax
public class DynamicStatusItem : Object
Constructors
DynamicStatusItem()
Declaration
public DynamicStatusItem()
DynamicStatusItem(ustring)
Declaration
public DynamicStatusItem(ustring title)
Parameters
Type |
Name |
Description |
NStack.ustring |
title |
|
DynamicStatusItem(ustring, ustring, ustring)
Declaration
public DynamicStatusItem(ustring title, ustring action, ustring shortcut = null)
Parameters
Type |
Name |
Description |
NStack.ustring |
title |
|
NStack.ustring |
action |
|
NStack.ustring |
shortcut |
|
Fields
action
Declaration
Field Value
Type |
Description |
NStack.ustring |
|
shortcut
Declaration
Field Value
Type |
Description |
NStack.ustring |
|
title
Declaration
Field Value
Type |
Description |
NStack.ustring |
|