DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / Cancel Field






In This Topic
    Cancel Field
    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