Resizable Property
Description
The Resizable property specifies whether the dialog bar will be resizable.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Resizable() As Boolean
Remarks
By default, Resizable is TRUE. If FALSE, no splitter is displayed when the mouse pointer is positioned over the dialog bar borders. You can use the SetSize method to change the size of the dialog bar programmatically.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.