In This Topic
The message at the top of the dialog
Syntax
'Declaration
Public Description As System.Windows.Forms.Label
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.Label
value = instance.Description
instance.Description = value
public System.Windows.Forms.Label Description
public field Description: System.Windows.Forms.Label;
public var Description : System.Windows.Forms.Label;
public: System.Windows.Forms.Label* Description
public:
System.Windows.Forms.Label^ Description
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also