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






In This Topic
    SizeGripStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("FormSizeGripStyleDescr")>
    Public Property SizeGripStyle As System.Windows.Forms.SizeGripStyle
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.SizeGripStyle
     
    instance.SizeGripStyle = value
     
    value = instance.SizeGripStyle
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("FormSizeGripStyleDescr")]
    public System.Windows.Forms.SizeGripStyle SizeGripStyle {get; set;}
    public read-write property SizeGripStyle: System.Windows.Forms.SizeGripStyle; 
    SRCategoryAttribute("CatWindowStyle")
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    SRDescriptionAttribute("FormSizeGripStyleDescr")
    public function get,set SizeGripStyle : System.Windows.Forms.SizeGripStyle
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("FormSizeGripStyleDescr")]
    public: __property System.Windows.Forms.SizeGripStyle get_SizeGripStyle();
    public: __property void set_SizeGripStyle( 
       System.Windows.Forms.SizeGripStyle value
    );
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("FormSizeGripStyleDescr")]
    public:
    property System.Windows.Forms.SizeGripStyle SizeGripStyle {
       System.Windows.Forms.SizeGripStyle get();
       void set (    System.Windows.Forms.SizeGripStyle value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also