Table of Contents

Enum SapComponentType

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Maps the SAP GUI scripting Type string to an enum for convenient switch/pattern matching in .NET code. Only the most common component types are listed here; the string value is always available via TypeName.

public enum SapComponentType

Fields

GuiActiveXCtrl = 44
GuiApoGrid = 36
GuiApplication = 1
GuiBarChart = 40
GuiButton = 27
GuiCTextField = 23
GuiCalendar = 45
GuiChart = 38
GuiCheckBox = 29
GuiComboBox = 30
GuiConnection = 2
GuiContainerShell = 12
GuiContextMenu = 18
GuiCustomControl = 13
GuiFrameWindow = 5
GuiGanttChart = 41
GuiGridView = 34
GuiHTMLViewer = 43
GuiLabel = 26
GuiMainWindow = 4
GuiMap = 42
GuiMenu = 16
GuiMenubar = 15
GuiMessageWindow = 31
GuiModalWindow = 6
GuiNetChart = 39
GuiOfficeIntegration = 46
GuiOkCodeField = 25
GuiPasswordField = 24
GuiRadioButton = 28
GuiScrollContainer = 10
GuiSession = 3
GuiShell = 37
GuiSplitterContainer = 11
GuiStatusPane = 20
GuiStatusbar = 19
GuiSubMenu = 17
GuiTab = 9
GuiTabStrip = 8
GuiTable = 32
GuiTableControl = 33
GuiTextField = 22
GuiTitlebar = 21
GuiToolbar = 14
GuiTree = 35
GuiUserArea = 7
Unknown = 0