DicomObjects.NET.V8
DicomObjects Namespace / LicenseDialog Class / Cancel Field



In This Topic
    Cancel Field
    In This Topic
    The Cancel button
    Syntax
    'Declaration
     
    Public Cancel As Button
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Button
     
    value = instance.Cancel
     
    instance.Cancel = value
    public Button Cancel
    public:
    Button^ Cancel
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also