EnableFileInfoResizing Property

Summary
Gets or sets a value that indicates whether the File Info dialog is can be resized.
Syntax
C#
C++/CLI
public bool EnableFileInfoResizing { get; set; } 
public: 
property bool EnableFileInfoResizing { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if the File Info dialog can be resized, otherwise; false. Default value is false.

Remarks

If the value of this property is true, then the File Info dialog will have standard Windows resizing handles. Otherwise, the dialog will have a fixed size.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.