The button text. 
| C# | Visual Basic | Visual C++ | 
public string type { get; set; }
Public Property type As String
public: property String^ type { String^ get (); void set (String^ value); }
| C# | Visual Basic | Visual C++ | 
public string type { get; set; }
Public Property type As String
public: property String^ type { String^ get (); void set (String^ value); }