BCGControlBar Library for .NET
InteriorColor Property




Syntax
'Declaration
 
Public Property InteriorColor As GridElementColor
'Usage
 
Dim instance As ExpandBoxVisualStyle
Dim value As GridElementColor
 
instance.InteriorColor = value
 
value = instance.InteriorColor
public GridElementColor InteriorColor {get; set;}
public: __property GridElementColor* get_InteriorColor();
public: __property void set_InteriorColor( 
   GridElementColor* value
);
public:
property GridElementColor^ InteriorColor {
   GridElementColor^ get();
   void set (    GridElementColor^ 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