ArcPad Scripting Object Model
Control Object Members
See Also  Overview  Send comments on this topic.

Glossary Item Box

Public Methods

Public Method AddItemAdds an item to a ComboBox or ListBox control.
Public Method AddItemsFromTableAdds items from a DBF table to a ComboBox or ListBox control.
Public Method ClearClears the contents of a ComboBox or ListBox control.
Public Method RemoveItemRemoves an item from a ComboBox or ListBox control.
Public Method SetFocusSets the focus to the control.

Public Properties

Public Property DefaultValueReturns or sets the default value of the control.
Public Property EnabledReturns or sets a value that determines if the control is enabled.
Public Property FieldReturns a reference to the feature attribute field to which the control is bound.
Public Property hWndReturns the window handle of the control.
Public Property IndexReturns the index of the control.
Public Property ListCountReturns the number of items in the list for a ComboBox or ListBox control.
Public Property ListIndexReturns or sets the index of the currently selected item in a ComboBox or ListBox control.
Public Property NameReturns the name of the control.
Public Property ParentReturns a reference to the page that contains the control.
Public Property PropertiesReturns the value of the specified property.
Public Property TextReturns or sets the text to display for the control.
Public Property TypeReturns the type of the control.
Public Property ValueReturns or sets the value of the control.
Public Property VisibleReturns or sets a value that determines whether the control is visible.

Events

Public Event OnChangeOccurs when the user makes a change within the control.
Public Event OnClickOccurs when the control is clicked.
Public Event OnCloseUpOccurs when the drop-down portion of the control is closed.
Public Event OnDblClick 
Public Event OnDropDownOccurs when the drop-down portion of the control is displayed.
Public Event OnKillFocusOccurs when the control loses the focus.
Public Event OnSelCancelOccurs when the drop down list of a ComboBox control is triggered, but the user does not select a value. Also occurs when a ComboBox control loses focus.
Public Event OnSelChangeOccurs when the selection within the control is changed.
Public Event OnSelOKOccurs when an item is selected from the list in a ComboBox or ListBox control.
Public Event OnSetFocusOccurs when the control gets the focus.
Public Event OnUpdate 
Public Event OnValidateOccurs when the control is validated.

See Also

© 2013 All Rights Reserved.