LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

BackColor Property (CaptureCtrl)

Show in webframe



Gets or sets the background color for the control.
Syntax
'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;}
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

See Also

Reference

CaptureCtrl Class
CaptureCtrl Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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