NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplateEditingFrame.Show

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
);

Parameters

fShow
true to indicate that the frame should be made visible, and false otherwise.

See Also

TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace