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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also