Intersoft ClientUI Documentation
OverflowHandleColor Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXToolBar Class : OverflowHandleColor Property






Specifies the color applied to overflow handle element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Brushes")>
Public Property OverflowHandleColor As SolidColorBrush
Visual Basic (Usage)Copy Code
Dim instance As UXToolBar
Dim value As SolidColorBrush
 
instance.OverflowHandleColor = value
 
value = instance.OverflowHandleColor
C# 
[CategoryAttribute("Brushes")]
public SolidColorBrush OverflowHandleColor {get; set;}
Delphi 
public read-write property OverflowHandleColor: SolidColorBrush; 
JScript 
CategoryAttribute("Brushes")
public function get,set OverflowHandleColor : SolidColorBrush
Managed Extensions for C++ 
[CategoryAttribute("Brushes")]
public: __property SolidColorBrush* get_OverflowHandleColor();
public: __property void set_OverflowHandleColor( 
   SolidColorBrush* value
);
C++/CLI 
[CategoryAttribute("Brushes")]
public:
property SolidColorBrush^ OverflowHandleColor {
   SolidColorBrush^ get();
   void set (    SolidColorBrush^ 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.