In This Topic
The OK button (shown only when in "small" information mode)
Syntax
'Declaration
Public OK1 As System.Windows.Forms.Button
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.Button
value = instance.OK1
instance.OK1 = value
public System.Windows.Forms.Button OK1
public field OK1: System.Windows.Forms.Button;
public var OK1 : System.Windows.Forms.Button;
public: System.Windows.Forms.Button* OK1
public:
System.Windows.Forms.Button^ OK1
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also