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






Gets or sets the pressed foreground.

Syntax

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