In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatWindowStyle")>
<SRDescriptionAttribute("FormTransparencyKeyDescr")>
Public Property TransparencyKey As System.Drawing.Color
'Usage
Dim instance As LicenseDialog
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: .NET CLR 4.8 or higher
See Also