BCGControlBar Library for .NET
CollapseSignColor Property




Syntax
'Declaration
 
Public Property CollapseSignColor As Color
'Usage
 
Dim instance As ExpandBoxVisualStyle
Dim value As Color
 
instance.CollapseSignColor = value
 
value = instance.CollapseSignColor
public Color CollapseSignColor {get; set;}
public: __property Color get_CollapseSignColor();
public: __property void set_CollapseSignColor( 
   Color value
);
public:
property Color CollapseSignColor {
   Color get();
   void set (    Color value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandBoxVisualStyle Class
ExpandBoxVisualStyle Members

Send Feedback