Leadtools.Forms.Auto Namespace > IMasterFormsCategory Interface : DeleteMasterForm Method |
void DeleteMasterForm( IMasterForm masterForm )
'Declaration Sub DeleteMasterForm( _ ByVal masterForm As IMasterForm _ )
'Usage Dim instance As IMasterFormsCategory Dim masterForm As IMasterForm instance.DeleteMasterForm(masterForm)
void DeleteMasterForm( IMasterForm^ masterForm )
This method is supposed to remove the specified Master Form inside IMasterFormsCategory object. Deleting it from the storage device is recommended to make the repository represent the actual storage device, if it is not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the removed Master Form inside this category will show up again.