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






In This Topic
    ControlBox Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <SRDescriptionAttribute("FormControlBoxDescr")>
    Public Property ControlBox As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.ControlBox = value
     
    value = instance.ControlBox
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(true)]
    [SRDescription("FormControlBoxDescr")]
    public System.bool ControlBox {get; set;}
    public read-write property ControlBox: System.Boolean; 
    SRCategoryAttribute("CatWindowStyle")
    System.ComponentModel.DefaultValueAttribute()
    SRDescriptionAttribute("FormControlBoxDescr")
    public function get,set ControlBox : System.boolean
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(true)]
    [SRDescription("FormControlBoxDescr")]
    public: __property System.bool get_ControlBox();
    public: __property void set_ControlBox( 
       System.bool value
    );
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(true)]
    [SRDescription("FormControlBoxDescr")]
    public:
    property System.bool ControlBox {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also