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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also