SpreadsheetGear 2017
AllowTransparency Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AllowTransparency Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlAllowTransparencyDescr")>
Public Property AllowTransparency As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.AllowTransparency = value
 
value = instance.AllowTransparency
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlAllowTransparencyDescr")]
public System.bool AllowTransparency {get; set;}
public read-write property AllowTransparency: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlAllowTransparencyDescr")
public function get,set AllowTransparency : System.boolean
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlAllowTransparencyDescr")]
public: __property System.bool get_AllowTransparency();
public: __property void set_AllowTransparency( 
   System.bool value
);
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlAllowTransparencyDescr")]
public:
property System.bool AllowTransparency {
   System.bool get();
   void set (    System.bool 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