SWSSubmit Enumeration

This enumeration specifies how a SWSButtonMenuItem will submit its dictionary to the webserver.

Syntax Constants
Enum SWSSubmit
    swscPost = 0
    swscGet = 1
End Enum
  • swscPost
  • swscGet