public class Button: Control 

private string caption; 
public string Caption { 
get { 
return caption; 

set { 
caption = value;