This can be called to check if the persister can be reloaded. This will return true by default, thereby forcing a reload of the designer.
[Visual Basic] Overridable Public ReadOnly Property CanReload As Boolean [C#] public bool CanReload {virtual get;} [C++] public: __property virtual bool get_CanReload(); [JScript] public function get CanReload() : Boolean;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace