In This Topic
The Cancel button
Syntax
'Declaration
Public Cancel As System.Windows.Forms.Button
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.Button
value = instance.Cancel
instance.Cancel = value
public System.Windows.Forms.Button Cancel
public field Cancel: System.Windows.Forms.Button;
public var Cancel : System.Windows.Forms.Button;
public: System.Windows.Forms.Button* Cancel
public:
System.Windows.Forms.Button^ Cancel
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also