←Select platform

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

Leadtools.WinForms.CommonDialogs.File Assembly