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






Gets or sets the selection highlight background brush.

Syntax

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