Container.Remove(); How does the parameter fill in
For instance can I delete a button how in c# to control to call button1 to delete??
// C#
myContainer.Add(myComponent);
myContainer.Remove(myComponent);
Please look at the connection in detail Reference:http://msdn.microsoft.com/zh-cn/library/cc438024(VS.71).aspx
Leave a Reply
You must be logged in to post a comment.