Search Results for

    Show / Hide Table of Contents

    Class DynamicStatusBar.DynamicStatusItem

    Inheritance
    System.Object
    DynamicStatusBar.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.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class DynamicStatusItem

    Constructors

    | Improve this Doc View Source

    DynamicStatusItem()

    Declaration
    public DynamicStatusItem()
    | Improve this Doc View Source

    DynamicStatusItem(ustring)

    Declaration
    public DynamicStatusItem(ustring title)
    Parameters
    Type Name Description
    ustring title
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    action

    Declaration
    public ustring action
    Field Value
    Type Description
    ustring
    | Improve this Doc View Source

    shortcut

    Declaration
    public ustring shortcut
    Field Value
    Type Description
    ustring
    | Improve this Doc View Source

    title

    Declaration
    public ustring title
    Field Value
    Type Description
    ustring
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX