←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly