Public Property DesignedForm As Control
public Control DesignedForm { get; set; }
public: property Control^ DesignedForm { Control^ get (); void set (Control^ value); }
function get_designedForm(); function set_designedForm(value);