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






In This Topic
    DesktopBounds Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("FormDesktopBoundsDescr")>
    Public Property DesktopBounds As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Rectangle
     
    instance.DesktopBounds = value
     
    value = instance.DesktopBounds
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormDesktopBoundsDescr")]
    public System.Drawing.Rectangle DesktopBounds {get; set;}
    public read-write property DesktopBounds: System.Drawing.Rectangle; 
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("FormDesktopBoundsDescr")
    public function get,set DesktopBounds : System.Drawing.Rectangle
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormDesktopBoundsDescr")]
    public: __property System.Drawing.Rectangle get_DesktopBounds();
    public: __property void set_DesktopBounds( 
       System.Drawing.Rectangle value
    );
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormDesktopBoundsDescr")]
    public:
    property System.Drawing.Rectangle DesktopBounds {
       System.Drawing.Rectangle get();
       void set (    System.Drawing.Rectangle value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also