Use the Explorer.BeforeFolderSwitch event to see what type of folder is
being switched to and adjust your toolbar UI based on that. You get
NewFolder As Object, test the folder object for the DefaultItemType
property, which returns a member of the OlItemType enum.