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