Intersoft ClientUI Documentation
HighlightSearchBrush Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > IDocumentContainer Interface : HighlightSearchBrush Property






Gets or sets the search highlight background brush.

Syntax

Visual Basic (Declaration) 
Property HighlightSearchBrush As Brush
Visual Basic (Usage)Copy Code
Dim instance As IDocumentContainer
Dim value As Brush
 
instance.HighlightSearchBrush = value
 
value = instance.HighlightSearchBrush
C# 
Brush HighlightSearchBrush {get; set;}
Delphi 
read-write property HighlightSearchBrush: Brush; 
JScript 
function get,set HighlightSearchBrush : Brush
Managed Extensions for C++ 
__property Brush* get_HighlightSearchBrush();
__property void set_HighlightSearchBrush( 
   Brush* value
);
C++/CLI 
property Brush^ HighlightSearchBrush {
   Brush^ get();
   void set (    Brush^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.