Visual Basic (Declaration) | |
---|---|
<SRDescriptionAttribute("A color which will appear transparent when painted on the form.")> <SRCategoryAttribute("Window Style")> Public Property TransparencyKey As Color |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As Color instance.TransparencyKey = value value = instance.TransparencyKey |
C# | |
---|---|
[SRDescription("A color which will appear transparent when painted on the form.")] [SRCategory("Window Style")] public Color TransparencyKey {get; set;} |
C++/CLI | |
---|---|
[SRDescription("A color which will appear transparent when painted on the form.")] [SRCategory("Window Style")] public: property Color TransparencyKey { Color get(); void set ( Color value); } |
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