Class DynamicStatusBarSample
Implements
System.IDisposable
System.ComponentModel.ISupportInitializeNotification
System.ComponentModel.ISupportInitialize
Inherited Members
Terminal.Gui.View.DrawHotString(ustring, Terminal.Gui.Attribute, Terminal.Gui.Attribute)
Terminal.Gui.View.DrawHotString(ustring, System.Boolean, Terminal.Gui.ColorScheme)
Terminal.Gui.View.AddRune(System.Int32, System.Int32, Rune)
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 DynamicStatusBarSample : Window, IDisposable, ISupportInitializeNotification, ISupportInitialize
Constructors
DynamicStatusBarSample(ustring)
Declaration
public DynamicStatusBarSample(ustring title)
Parameters
Type | Name | Description |
---|---|---|
ustring | title |
Properties
DataContext
Declaration
public DynamicStatusItemModel DataContext { get; set; }
Property Value
Type | Description |
---|---|
DynamicStatusItemModel |
Methods
SetTitleText(ustring, ustring)
Declaration
public static ustring SetTitleText(ustring title, ustring shortcut)
Parameters
Type | Name | Description |
---|---|---|
ustring | title | |
ustring | shortcut |
Returns
Type | Description |
---|---|
ustring |
Implements
System.IDisposable
System.ComponentModel.ISupportInitializeNotification
System.ComponentModel.ISupportInitialize