EnableSizing Property

Summary

Gets or sets a value that indicates whether the dialog box supports sizing.

Syntax
C#
VB
C++
public bool EnableSizing { get; set; } 
  
Public Property EnableSizing As Boolean 
public: 
property bool EnableSizing { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to allow dialog sizing.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly