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!

UICreationHelper.CreateButton

[To be supplied.]

[Visual Basic]
Public Function CreateButton( _
   ByVal text As String _
) As Button
[C#]
public Button CreateButton(
   string text
);
[C++]
public: Button* CreateButton(
   String* text
);
[JScript]
public function CreateButton(
   text : String
) : Button;

Parameters

text
[To be supplied.]

See Also

UICreationHelper Class | UICreationHelper Members | System.Data.Design Namespace