PPJ Web API
HomeCurrent IssuesDownloads
  • Welcome
  • Concepts
  • PPJ.Web.49
    • General
      • Sal
      • Sys
      • SalApplication
      • SalNamedProperties
      • SalWindow
      • WindowActionsEventArgs
      • SalXML
    • COM
      • SalCoClass
      • SalObject
      • SalOleErrorInfo
      • SalSafeArray
      • SalVariant
      • stdole_Font
      • stdole_Picture
      • stdole_StdFont
      • stdole_StdPicture
    • Controls
      • SalBackgroundText
      • SalCheckBox
      • SalComboBox
      • SalContext
      • SalCustomControl
      • SalDataField
        • DataType
      • SalFrame
      • SalGeneralWindow
      • SalGroupBox
      • SalGroupSeparator
      • SalHorizontalScrollBar
      • SalLine
      • SalListBox
      • SalMultilineField
      • SalNavigationBar
      • SalOptionButton
        • OptionButtonStyle
      • SalPicture
        • ImageStorage
      • SalPushbutton
      • SalRadioButton
      • SalTimer
      • SalTreeControl
        • SalTreeItem
      • SalUserControl
      • SalVerticalScrollBar
    • Forms
      • AccessoryType
      • SalDialogBox
      • SalForm
      • SalFormClientArea
      • SalFormStatusBar
      • SalFormTableWindow
      • SalFormToolBar
      • SalFormWindow
      • SalMDIWindow
      • SalRibbonBarBase
      • SalRibbonBarForm
      • SalRibbonBarMDI
    • Interfaces
      • ISalType
      • ISalAccessory
      • ISalControl
      • ISalEditControl
      • ISalListControl
      • ISalListItem
      • ISalMenu
      • ISalPictureControl
      • ISalRadioButton
      • ISalReport
      • ISalWindow
    • Menus
      • SalContextMenu
      • SalFormMainMenu
      • SalMenuItem
      • SalMenuSeparator
      • SalPopupMenu
      • SalWindowsMenu
    • QO
      • SalQuickTabs
      • SalQuickTabsDialog
      • SalQuickTabsForm
      • SalQuickTabsParent
      • SalQuickTabsParentDialog
      • SalQuickTabsParentForm
    • Sql
      • SalSqlBindVariables
      • SalSqlError
      • SalSqlHandle
      • SalSqlSessionHandle
      • Sql
      • SqlContext
      • SqlOra
      • WhenSqlError
    • Types
      • SalArray<T>
      • SalBinary
      • SalBoolean
      • SalDateTime
      • SalFileHandle
      • SalFunctionalClass
      • SalNumber
      • SalResource
      • SalString
      • SalStringContext
      • SalWindowHandle
  • PPJ.Web.Vis.49
    • General
      • Vis
      • VisTblEx
    • Controls
      • VisCalendar
      • VisCalendarDropDown
      • VisColorComboBox
      • VisColorListBox
      • VisComboBoxBase
      • VisDesktopListBox
      • VisDirListBox
      • VisDirTreeListBox
      • VisDriveComboBox
      • VisDriveListBox
      • VisDropDownBase
      • VisFileListBox
      • VisFontComboBox
      • VisFontListBox
      • VisFontNameComboBox
      • VisFontNameListBox
      • VisListBoxBase
      • VisListBoxExtension
      • VisListView
      • VisListViewDropDown
      • VisMeter
      • VisOutlineComboBox
      • VisOutlineListBox
      • VisPictureComboBox
      • VisPictureListBox
      • VisPoint
      • VisRadioListBox
      • VisRect
      • VisSize
      • VisSpinField
      • VisSplitter
      • VisSplitterWindow
        • Orientation
  • PPJ.Web.XSal.49
    • General
      • XSal
      • XSalScript
    • Controls
      • XSalFlatButton
      • XSalHSplitter
      • XSalSplitter
      • XSalToolbar
      • XSalToolbox
      • XSalVSplitter
Powered by GitBook
On this page
  • Properties
  • AllowHtml
  • Count
  • Item(index)
  • Items
  • SelectedIndex
  • SelectedIndices
  • SelectedItem
  • SelectionMode
  • Methods
  • Add(item)
  • AddRange(items)
  • Clear()
  • Delete(index)
  • Find(item)
  • FindString(text, startIndex)
  • FindStringExact(text, startIndex)
  • Insert(index, item)
  • IsSelected(index)
  • SetSelected(index, selected)
  • UpdateItem(item)
  • Implemented By
  1. PPJ.Web.49
  2. Interfaces

ISalListControl

PPJ.Runtime.Windows.ISalListControl

PreviousISalEditControlNextISalListItem

Last updated 2 years ago

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

SAL List controls implement this interface.

public interface ISalListControl
Public Interface ISalListControl

Properties

AllowHtml

: Enables or disables HTML content in list items.

Count

: Returns the total number of items in the list.

Item(index)

: Returns the item at the specified index.

Items

: Returns the collection of items.

SelectedIndex

Methods

Adds an item to the list.

Parameter
Type
Description

item

Adds a collection of items to the list.

Parameter
Type
Description

items

Clears the list.

Deletes the item at the index.

Parameter
Type
Description

index

Finds the item in the list.

Parameter
Type
Description

item

Finds the item in the list.

Parameter
Type
Description

text

startIndex

Finds the item in the list.

Parameter
Type
Description

text

startIndex

Inserts the items at the specified position.

Parameter
Type
Description

index

item

Tests if the item at the specified index is selected.

Parameter
Type
Description

index

Selects/Deselects the specified item.

Parameter
Type
Description

index

selected

Updates the specified item on the client.

Parameter
Type
Description

item

Implemented By

Name
Description

Represents an editable control that displays a drop down list of options to the user.

Represents a control that shows a lost of values that the user can select.

Summary description for SalTableColumn.

: Returns/Sets the index of the currently selected item.

SelectedIndices

: Returns the indices of the selected items.

SelectedItem

: Returns/Sets the currently selected item.

SelectionMode

: Returns/Sets the selection mode.

Add(item)

Returns: .

AddRange(items)

Clear()

Delete(index)

Returns: .

Find(item)

Returns: .

FindString(text, startIndex)

Returns: .

FindStringExact(text, startIndex)

Returns: .

Insert(index, item)

Returns: .

IsSelected(index)

Returns: .

SetSelected(index, selected)

UpdateItem(item)

Int32
Int32[]
Object
SelectionMode
Int32
Int32
Int32
Int32
Int32
Int32
Boolean
Object
Object[]
Int32
Object
String
Int32
String
Int32
Int32
Object
Int32
Int32
Boolean
Object
SalComboBox
SalListBox
SalTableColumn
VisColorComboBox
VisColorListBox
VisComboBoxBase
VisDesktopListBox
VisDirListBox
VisDirTreeListBox
VisDriveComboBox
VisDriveListBox
VisDropDownBase
VisFileListBox
VisFontComboBox
VisFontListBox
VisFontNameComboBox
VisFontNameListBox
VisListBoxBase
VisListViewDropDown
VisOutlineComboBox
VisOutlineListBox
VisPictureComboBox
VisPictureListBox
VisRadioListBox
Boolean
Int32
Object
IList