Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
EnableFormShape property 
 
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: 
Value
Meaning
False
The form shaping is disabled so the form will have the default rectangular shape.
True (default)
The form shaping is enabled and the form will assume a shape based upon the picture previously set through the ShapePicture property.
 
For details about the management of shaped forms, see the How to change the shape of my forms section.
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index