Class DynamicStatusBar.DynamicStatusBarSample
Implements
System.IDisposable
System.ComponentModel.ISupportInitializeNotification
System.ComponentModel.ISupportInitialize
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)
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
public class DynamicStatusBarSample : Window, IDisposable, ISupportInitializeNotification, ISupportInitialize
Constructors
| Improve this Doc View SourceDynamicStatusBarSample(ustring)
Declaration
public DynamicStatusBarSample(ustring title)
Parameters
Type | Name | Description |
---|---|---|
ustring | title |
Properties
| Improve this Doc View SourceDataContext
Declaration
public DynamicStatusBar.DynamicStatusItemModel DataContext { get; set; }
Property Value
Type | Description |
---|---|
DynamicStatusBar.DynamicStatusItemModel |
Methods
| Improve this Doc View SourceSetTitleText(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