SpreadsheetGear 2017
TransparencyKey Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : TransparencyKey Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatWindowStyle")>
<SRDescriptionAttribute("FormTransparencyKeyDescr")>
Public Property TransparencyKey As System.Drawing.Color
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Color
 
instance.TransparencyKey = value
 
value = instance.TransparencyKey
[SRCategory("CatWindowStyle")]
[SRDescription("FormTransparencyKeyDescr")]
public System.Drawing.Color TransparencyKey {get; set;}
public read-write property TransparencyKey: System.Drawing.Color; 
SRCategoryAttribute("CatWindowStyle")
SRDescriptionAttribute("FormTransparencyKeyDescr")
public function get,set TransparencyKey : System.Drawing.Color
[SRCategory("CatWindowStyle")]
[SRDescription("FormTransparencyKeyDescr")]
public: __property System.Drawing.Color get_TransparencyKey();
public: __property void set_TransparencyKey( 
   System.Drawing.Color value
);
[SRCategory("CatWindowStyle")]
[SRDescription("FormTransparencyKeyDescr")]
public:
property System.Drawing.Color TransparencyKey {
   System.Drawing.Color get();
   void set (    System.Drawing.Color value);
}
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

WorkbookDesigner Class
WorkbookDesigner Members