Leadtools.Forms.Auto Namespace > IMasterFormsCategory Interface : Clear Method |
void Clear()
'Declaration Sub Clear()
'Usage Dim instance As IMasterFormsCategory instance.Clear()
void Clear();
This method is supposed to remove all Master Forms and sub-categories inside IMasterFormsCategory object. Deleting them from the storage device is recommended to make the repository represent the actual storage device, if they are not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the Master Forms and the sub-Categories inside this category will show up again.