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



In This Topic
    OK1 Field
    In This Topic
    The OK button (shown only when in "small" information mode)
    Syntax
    'Declaration
     
    Public OK1 As Button
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Button
     
    value = instance.OK1
     
    instance.OK1 = value
    public Button OK1
    public:
    Button^ OK1
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also