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






In This Topic
    IsRestrictedWindow Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public ReadOnly Property IsRestrictedWindow As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    value = instance.IsRestrictedWindow
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public System.bool IsRestrictedWindow {get;}
    public read-only property IsRestrictedWindow: System.Boolean; 
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    public function get IsRestrictedWindow : System.boolean
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public: __property System.bool get_IsRestrictedWindow();
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public:
    property System.bool IsRestrictedWindow {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also