Accusoft.ThumbnailXpress6.Net
SelectBackColor Property




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

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback