Intersoft ClientUI Documentation
ReadOnlyBackground Property



Gets or sets a value that determines the background brush when textbox is in read only mode.
Syntax
<CategoryAttribute("Brushes")>
Public Property ReadOnlyBackground As Brush
Dim instance As ISTextBox
Dim value As Brush
 
instance.ReadOnlyBackground = value
 
value = instance.ReadOnlyBackground
[CategoryAttribute("Brushes")]
public Brush ReadOnlyBackground {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ ReadOnlyBackground {
   Brush^ get();
   void set (    Brush^ 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

ISTextBox Class
ISTextBox Members

Send Feedback