'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;}