|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property TransparentColor As Color
[C#]
public override Color TransparentColor {get; set;}
[C++]
public: __property Color get_TransparentColor();
public: __property void set_TransparentColor(Color);
|
|
|
|
|
Remarks
|
The color that will be rendered as transparent during the form shape creation.
This setting has effect only if the ShapePicture property has already been setup.
For details about the management of shaped forms, see the How to change the shape of my forms section.
|