SetIconViewToDefaults Method
Description
Resets all IconView parameters to their defaults. This method should be called after a Clear or DeleteAll operation on columns or rows.
Syntax
Public Sub SetIconViewToDefaults()
Remarks
This method allows you to remove all columns from a grid after an IconView has been added, enabling you to re-add the IconView later. It should be called after a Clear or DeleteAll operation if an IconView was created.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.