Toggle the visibility of the frame either by placing it in the view-linked markup or by removing it from the live tree.
[Visual Basic] Public Sub Show( _ ByVal fShow As Boolean _ ) [C#] public void Show( bool fShow ); [C++] public: void Show( bool fShow ); [JScript] public function Show( fShow : Boolean );
TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace