LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

BackColor Property (CaptureCtrl)






Gets or sets the background color for the control.
Syntax
public override Color BackColor {get; set;}
'Declaration
 
Public Overrides Property BackColor As Color
'Usage
 
Dim instance As CaptureCtrl
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public override Color BackColor {get; set;}
 get_BackColor();
set_BackColor(value);
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

A System.Drawing.Color value.
Remarks
The BackColor property does not support transparent colors unless the SupportsTransparentBackColor value of System.Windows.Forms.ControlStyles is set to true. The BackColor property is an ambient property. An ambient property is a control property that, if not set, is retrieved from the parent control. For example, a Button will have the same BackColor as its parent Form by default.
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

CaptureCtrl Class
CaptureCtrl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features