Class WindowLogListBox
Window with LogListBox control inside.
public class WindowLogListBox : Window, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window
- Inheritance
-
WindowLogListBox
- Implements
Remarks
Log(object?, LogItemKind) method is automatically forwarded to the attached ListBox.
Constructors
- WindowLogListBox()
Initializes a new instance of the WindowLogListBox class.
- WindowLogListBox(Action)
Initializes a new instance of the WindowLogListBox class.
Properties
- ListBox
Gets attached LogListBox control.