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






Gets or sets the selected search highlight background brush.

Syntax

Visual Basic (Declaration) 
Property HighlightSelectedSearchBrush As Brush
Visual Basic (Usage)Copy Code
Dim instance As IDocumentContainer
Dim value As Brush
 
instance.HighlightSelectedSearchBrush = value
 
value = instance.HighlightSelectedSearchBrush
C# 
Brush HighlightSelectedSearchBrush {get; set;}
Delphi 
read-write property HighlightSelectedSearchBrush: Brush; 
JScript 
function get,set HighlightSelectedSearchBrush : Brush
Managed Extensions for C++ 
__property Brush* get_HighlightSelectedSearchBrush();
__property void set_HighlightSelectedSearchBrush( 
   Brush* value
);
C++/CLI 
property Brush^ HighlightSelectedSearchBrush {
   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.