A runtime form designer control

FormDesigner.AllowRenaming Property

Enable / disable contained component renaming through form designer.

[Visual Basic]
Public Property AllowRenaming As Boolean
[C#]
public bool AllowRenaming { get; set; }
[C++]
public: __property bool get_AllowRenaming();
public: __property void set_AllowRenaming(bool );
[JScript]
public function get AllowRenaming() : bool
public function set AllowRenaming(bool);

Remarks

If the name of contained components is used within your application, you may not want the end user to change the name of the contained components.

When this property is set to false, the form designer will hide the name property of the child controls when their property is displayed in PropertyGrid control.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace