'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