SWSControlType Enumeration
This enumeration specifies the Statistica Web Server control type.
| Syntax | Constants |
|---|---|
Enum SWSControlType
swscCollection = 1
swscSelect = 2
swscCheckbox = 3
swscRadiobutton = 4
swscEdit = 5
swscStatic = 6
swscText = 7
swscTextArea = 8
swscRawHTML = 9
swscGraph = 10
swscSpreadsheet = 11
swscButton = 12
swscLink = 13
swscImage = 14
swscVarSelection = 15
swscVarNode = 16
swscTreeExplorer = 17
swscList = 18
swscReport = 19
swscSVBScript = 20
swscWorkbook = 21
swscPermissions = 22
swscButtonMenuBar = 23
swscButtonMenu = 24
swscButtonMenuItem = 25
swscDialog = 26
swscPropertySheet = 27
swscPropertyPage = 28
swscIFrame = 29
swscUnknown = 9999
End Enum
|
|