DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / KeyPreview Property






In This Topic
    KeyPreview Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRDescriptionAttribute("FormKeyPreviewDescr")>
    Public Property KeyPreview As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.KeyPreview = value
     
    value = instance.KeyPreview
    [System.ComponentModel.DefaultValue(false)]
    [SRDescription("FormKeyPreviewDescr")]
    public System.bool KeyPreview {get; set;}
    public read-write property KeyPreview: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    SRDescriptionAttribute("FormKeyPreviewDescr")
    public function get,set KeyPreview : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    [SRDescription("FormKeyPreviewDescr")]
    public: __property System.bool get_KeyPreview();
    public: __property void set_KeyPreview( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(false)]
    [SRDescription("FormKeyPreviewDescr")]
    public:
    property System.bool KeyPreview {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also