This documentation is archived and is not being maintained.
Form.AllowTransparency Property
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Property AllowTransparency As Boolean [C#] public bool AllowTransparency {get; set;} [C++] public: __property bool get_AllowTransparency(); public: __property void set_AllowTransparency(bool); [JScript] public function get AllowTransparency() : Boolean; public function set AllowTransparency(Boolean);
See Also
Show: