Specifies the directions in which auto sizing is allowed.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AutoSizeDirections() As EDirection |
C++
Copy Code
|
|---|
public: |
A combination of EDirection members. The default value enables dirBottom and dirRight bits.
See Also