Table of Contents

Class MessageListBox

Namespace
HeBianGu.Control.MessageListBox
Assembly
HeBianGu.Control.MessageListBox.dll
public class MessageListBox : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
MessageListBox
Implements
Inherited Members
Extension Methods

Fields

ErrorsProperty

public static readonly DependencyProperty ErrorsProperty

Field Value

DependencyProperty

FatalsProperty

public static readonly DependencyProperty FatalsProperty

Field Value

DependencyProperty

InfosProperty

public static readonly DependencyProperty InfosProperty

Field Value

DependencyProperty

TracesProperty

public static readonly DependencyProperty TracesProperty

Field Value

DependencyProperty

WarnsProperty

public static readonly DependencyProperty WarnsProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Errors

public ObservableCollection<ErrorMessage> Errors { get; set; }

Property Value

ObservableCollection<ErrorMessage>

Fatals

public ObservableCollection<FatalMessage> Fatals { get; set; }

Property Value

ObservableCollection<FatalMessage>

Infos

public ObservableCollection<InfoMessage> Infos { get; set; }

Property Value

ObservableCollection<InfoMessage>

Traces

public ObservableCollection<TraceMessage> Traces { get; set; }

Property Value

ObservableCollection<TraceMessage>

Warns

public ObservableCollection<WarnMessage> Warns { get; set; }

Property Value

ObservableCollection<WarnMessage>