|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property EnableFormShape As Bool
[C#]
public override bool EnableFormShape {get; set;}
[C++]
public: __property bool get_EnableFormShape();
public: __property void set_EnableFormShape(bool);
| ||||||
|
|
| ||||||
|
Remarks
|
Enables/Disables the form shaping.
This setting has effect only if the ShapePicture property has already been setup.
Supported values are the following:
For details about the management of shaped forms, see the How to change the shape of my forms section.
|