Class DynamicStatusItem
Inheritance
System.Object
DynamicStatusItem
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)
System.Object.ToString()
Namespace: UICatalog
Assembly: UICatalog.dll
Syntax
public class DynamicStatusItem
Constructors
DynamicStatusItem()
Declaration
public DynamicStatusItem()
DynamicStatusItem(ustring)
Declaration
public DynamicStatusItem(ustring title)
Parameters
Type | Name | Description |
---|---|---|
ustring | title |
DynamicStatusItem(ustring, ustring, ustring)
Declaration
public DynamicStatusItem(ustring title, ustring action, ustring shortcut = null)
Parameters
Type | Name | Description |
---|---|---|
ustring | title | |
ustring | action | |
ustring | shortcut |
Fields
action
Declaration
public ustring action
Field Value
Type | Description |
---|---|
ustring |
shortcut
Declaration
public ustring shortcut
Field Value
Type | Description |
---|---|
ustring |
title
Declaration
public ustring title
Field Value
Type | Description |
---|---|
ustring |