ThumbnailViewBackgroundColor Property
|
This property controls which color is used to fill the control background.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(-501)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Color BackgroundColor { get; set; }<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(-501)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property BackgroundColor As Color
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(-501)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Color BackgroundColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
Remarks
The default value of this property is initialized from the COLOR_APPWORKSPACE system color.
See Also