DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / IsAccessible Property






In This Topic
    IsAccessible Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlIsAccessibleDescr")>
    Public Property IsAccessible As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.IsAccessible = value
     
    value = instance.IsAccessible
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlIsAccessibleDescr")]
    public System.bool IsAccessible {get; set;}
    public read-write property IsAccessible: System.Boolean; 
    SRCategoryAttribute("CatBehavior")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("ControlIsAccessibleDescr")
    public function get,set IsAccessible : System.boolean
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlIsAccessibleDescr")]
    public: __property System.bool get_IsAccessible();
    public: __property void set_IsAccessible( 
       System.bool value
    );
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlIsAccessibleDescr")]
    public:
    property System.bool IsAccessible {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also