Accusoft.ThumbnailXpress6.Net
BackColor Property




Gets and sets the control's unselected items cell background color.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the control's unselected items cell background color")>
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
Public Overrides Property BackColor As Color
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
[Description("Indicates the control's unselected items cell background color")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public override Color BackColor {get; set;}
[Description("Indicates the control's unselected items cell background color")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property Color get_BackColor() override;
public: __property void set_BackColor( 
   Color value
) override;
[Description("Indicates the control's unselected items cell background color")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback