C#
VB
C++
Gets or sets a value that indicates whether the dialog box supports sizing.
public bool EnableSizing { get; set; }
Public Property EnableSizing As Boolean
public:
property bool EnableSizing {
bool get();
void set ( bool value);
}
true to allow dialog sizing; otherwise, false.
Refer to RasterSaveDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET