NET Logging Library
WpfTextBox Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > WpfTextboxTarget Class : WpfTextBox Property
The wpf textbox to log messages to
Syntax
<XmlIgnoreAttribute()>
Public Property WpfTextBox As TextBox
Dim instance As WpfTextboxTarget
Dim value As TextBox
 
instance.WpfTextBox = value
 
value = instance.WpfTextBox
[XmlIgnore()]
public TextBox WpfTextBox {get; set;}
[XmlIgnore()]
public:
property TextBox^ WpfTextBox {
   TextBox^ get();
   void set (    TextBox^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WpfTextboxTarget Class
WpfTextboxTarget Members