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!

IWebFormServices.EnableUndo

[To be supplied.]

[Visual Basic]
Sub EnableUndo( _
   ByVal fEnable As Boolean _
)
[C#]
void EnableUndo(
   bool fEnable
);
[C++]
void EnableUndo(
   bool fEnable
) = 0;
[JScript]
function EnableUndo(
   fEnable : Boolean
);

Parameters

fEnable
[To be supplied.]

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace