Search Results for

    Show / Hide Table of Contents

    Class DynamicStatusBarDetails

    Inheritance
    System.Object
    Responder
    View
    FrameView
    DynamicStatusBarDetails
    Implements
    System.IDisposable
    System.ComponentModel.ISupportInitializeNotification
    System.ComponentModel.ISupportInitialize
    Inherited Members
    FrameView.Title
    FrameView.Border
    FrameView.Add(View)
    FrameView.Remove(View)
    FrameView.RemoveAll()
    FrameView.Redraw(Rect)
    FrameView.Text
    FrameView.TextAlignment
    FrameView.OnEnter(View)
    FrameView.OnCanFocusChanged()
    View.Added
    View.Removed
    View.Enter
    View.Leave
    View.MouseEnter
    View.MouseLeave
    View.MouseClick
    View.CanFocusChanged
    View.EnabledChanged
    View.VisibleChanged
    View.HotKey
    View.HotKeySpecifier
    View.Shortcut
    View.ShortcutTag
    View.ShortcutAction
    View.Data
    View.Driver
    View.Subviews
    View.TabIndexes
    View.TabIndex
    View.TabStop
    View.CanFocus
    View.Id
    View.IsCurrentTop
    View.WantMousePositionReports
    View.WantContinuousButtonPressed
    View.Frame
    View.LayoutStyle
    View.Bounds
    View.X
    View.Y
    View.Width
    View.Height
    View.SuperView
    View.SetNeedsDisplay()
    View.ClearLayoutNeeded()
    View.SetNeedsDisplay(Rect)
    View.SetChildNeedsDisplay()
    View.Add(View[])
    View.BringSubviewToFront(View)
    View.SendSubviewToBack(View)
    View.SendSubviewBackwards(View)
    View.BringSubviewForward(View)
    View.Clear()
    View.Clear(Rect)
    View.ScreenToView(Int32, Int32)
    View.ClipToBounds()
    View.SetClip(Rect)
    View.DrawFrame(Rect, Int32, Boolean)
    Terminal.Gui.View.DrawHotString(ustring, Terminal.Gui.Attribute, Terminal.Gui.Attribute)
    Terminal.Gui.View.DrawHotString(ustring, System.Boolean, Terminal.Gui.ColorScheme)
    View.Move(Int32, Int32)
    View.PositionCursor()
    View.HasFocus
    View.OnAdded(View)
    View.OnRemoved(View)
    View.OnLeave(View)
    View.Focused
    View.MostFocused
    View.ColorScheme
    Terminal.Gui.View.AddRune(System.Int32, System.Int32, Rune)
    View.ClearNeedsDisplay()
    View.DrawContent
    View.OnDrawContent(Rect)
    View.SetFocus()
    View.KeyPress
    View.ProcessKey(KeyEvent)
    View.ProcessHotKey(KeyEvent)
    View.ProcessColdKey(KeyEvent)
    View.KeyDown
    View.OnKeyDown(KeyEvent)
    View.KeyUp
    View.OnKeyUp(KeyEvent)
    View.EnsureFocus()
    View.FocusFirst()
    View.FocusLast()
    View.FocusPrev()
    View.FocusNext()
    View.LayoutStarted
    View.LayoutComplete
    View.Initialized
    View.LayoutSubviews()
    View.AutoSize
    View.VerticalTextAlignment
    View.TextDirection
    View.IsInitialized
    View.Enabled
    View.Visible
    View.ToString()
    View.OnMouseEnter(MouseEvent)
    View.OnMouseLeave(MouseEvent)
    View.OnMouseEvent(MouseEvent)
    View.OnMouseClick(View.MouseEventArgs)
    View.OnEnabledChanged()
    View.OnVisibleChanged()
    View.Dispose(Boolean)
    View.BeginInit()
    View.EndInit()
    View.SetWidth(Int32, Int32)
    View.SetHeight(Int32, Int32)
    View.GetCurrentWidth(Int32)
    View.GetCurrentHeight(Int32)
    View.GetNormalColor()
    Responder.MouseEvent(MouseEvent)
    Responder.Dispose()
    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
    Assembly: UICatalog.dll
    Syntax
    public class DynamicStatusBarDetails : FrameView, IDisposable, ISupportInitializeNotification, ISupportInitialize

    Constructors

    DynamicStatusBarDetails(StatusItem)

    Declaration
    public DynamicStatusBarDetails(StatusItem statusItem = null)
    Parameters
    Type Name Description
    StatusItem statusItem

    DynamicStatusBarDetails(ustring)

    Declaration
    public DynamicStatusBarDetails(ustring title)
    Parameters
    Type Name Description
    ustring title

    Fields

    _statusItem

    Declaration
    public StatusItem _statusItem
    Field Value
    Type Description
    StatusItem

    _txtAction

    Declaration
    public TextView _txtAction
    Field Value
    Type Description
    TextView

    _txtShortcut

    Declaration
    public TextField _txtShortcut
    Field Value
    Type Description
    TextField

    _txtTitle

    Declaration
    public TextField _txtTitle
    Field Value
    Type Description
    TextField

    Methods

    CreateAction(DynamicStatusItem)

    Declaration
    public Action CreateAction(DynamicStatusItem item)
    Parameters
    Type Name Description
    DynamicStatusItem item
    Returns
    Type Description
    System.Action

    EditStatusItem(StatusItem)

    Declaration
    public void EditStatusItem(StatusItem statusItem)
    Parameters
    Type Name Description
    StatusItem statusItem

    EnterStatusItem()

    Declaration
    public DynamicStatusItem EnterStatusItem()
    Returns
    Type Description
    DynamicStatusItem

    Implements

    System.IDisposable
    System.ComponentModel.ISupportInitializeNotification
    System.ComponentModel.ISupportInitialize
    In This Article
    Back to top Generated by DocFX