EnableFileInfoResizing Property

Summary

Gets or sets a value that indicates whether the File Info dialog is can be resized.

Syntax
C#
VB
C++
public bool EnableFileInfoResizing { get; set; } 
  
Public Property EnableFileInfoResizing As Boolean 
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 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