PPJ Desktop API
HomeCurrent IssuesDownloads
  • Welcome
  • Concepts
  • PPJ.Runtime.49
    • General
      • Sal
      • Sys
      • SalApplication
      • SalNamedProperties
      • SalWindow
      • WindowActionsEventArgs
      • SalXML
    • COM
      • SalCoClass
      • SalObject
      • SalOleErrorInfo
      • SalSafeArray
      • SalVariant
    • Controls
      • SalActiveX
      • SalBackgroundText
      • SalCheckBox
      • SalComboBox
      • SalContext
      • SalCustomControl
      • SalDataField
        • DataType
      • SalFrame
        • BorderStyle
      • SalGeneralWindow
      • SalGroupBox
      • SalGroupSeparator
      • SalHorizontalScrollBar
      • SalLine
        • LineStyle
        • LineType
      • SalListBox
      • SalMultilineField
      • SalNavigationBar
      • SalOptionButton
        • OptionButtonStyle
      • SalPicture
        • ImageStorage
      • SalPushbutton
      • SalRadioButton
      • SalTableWindow
        • CellType
        • FocusRowStyle
        • RowsSizingStyle
        • SalTableColumn
        • SalTableColumnCollection
        • SalTableRow
        • SalTableRowCollection
        • SalTableWindowBase
      • SalTreeControl
        • SalTreeItem
      • SalUserControl
      • SalVerticalScrollBar
    • Forms
      • AccessoryType
      • SalDialogBox
      • SalForm
      • SalFormClientArea
      • SalFormStatusBar
      • SalFormTableWindow
      • SalFormToolBar
      • SalFormWindow
      • SalMDIWindow
      • SalRibbonBarBase
      • SalRibbonBarForm
      • SalRibbonBarMDI
      • SalRibbonStatusBar
    • Interfaces
      • ISalControl
      • ISalEditControl
      • ISalListControl
      • ISalPictureControl
      • ISalRadioButton
      • ISalReport
      • ISalType
      • ISalAccessory
      • ISalMenu
      • ISalWindow
    • Internet
      • FtpEventArgs
      • FtpEventHandler
      • HttpEventArgs
      • HttpEventHandler
      • SalFtpClient
      • SalHttpClient
      • SalQuickFTP
      • SalQuickHTTP
    • Menus
      • SalContextMenu
      • SalFormMainMenu
      • SalMenuColumn
      • SalMenuItem
      • SalMenuRow
      • SalMenuSeparator
      • SalPopupMenu
      • SalWindowsMenu
    • QO
      • QO
      • SalQuickHTML
      • SalQuickTabs
      • SalQuickTabsDialog
      • SalQuickTabsForm
      • SalQuickTabsParent
      • SalQuickTabsParentDialog
      • SalQuickTabsParentForm
      • SalQuickToolTipCheckBox
      • SalQuickToolTipChildTable
      • SalQuickToolTipComboBox
      • SalQuickToolTipDataField
      • SalQuickToolTipHScrollBar
      • SalQuickToolTipListBox
      • SalQuickToolTipMultilineField
      • SalQuickToolTipOptionButton
      • SalQuickToolTipPicture
      • SalQuickToolTipPushButton
      • SalQuickToolTipRadioButton
      • SalQuickToolTipTableWindow
      • SalQuickToolTipVScrollBar
      • SalToolTipManager
    • Sql
      • SalSqlBindVariables
      • SalSqlError
      • SalSqlHandle
      • SalSqlSessionHandle
      • Sql
      • SqlContext
      • SqlOra
      • WhenSqlError
    • Types
      • SalArray
      • SalArray<T>
      • SalBinary
      • SalBoolean
      • SalDateTime
      • SalFileHandle
      • SalFunctionalClass
      • SalNumber
      • SalResource
      • SalString
      • SalStringContext
      • SalWindowHandle
  • PPJ.Runtime.DDE.49
    • General
      • SalDDE
  • PPJ.Runtime.Vis.49
    • General
      • Vis
      • VisTblEx
    • Controls
      • VisCalendar
      • VisCalendarDropDown
      • VisColorComboBox
      • VisColorListBox
      • VisColorPalette
      • VisColorPaletteBase
      • VisColorPaletteDropDown
      • VisComboBoxBase
      • VisDesktopListBox
      • VisDirListBox
      • VisDirTreeListBox
      • VisDriveListBox
      • VisDropDownBase
      • VisFileListBox
      • VisFontComboBox
      • VisFontListBox
      • VisFontNameComboBox
      • VisFontNameListBox
      • VisListBoxBase
      • VisListBoxExtension
      • VisListView
      • VisListViewDropDown
      • VisMeter
      • VisOutlineComboBox
      • VisOutlineListBox
      • VisPictureComboBox
      • VisPictureListBox
      • VisPoint
      • VisRadioListBox
      • VisRect
      • VisRichEdit
      • VisSize
      • VisSpinField
      • VisSplitter
      • VisSplitterWindow
        • Orientation
  • PPJ.Runtime.XSal.49
    • General
      • XSal
      • XSalScript
    • Controls
      • XSalFlatButton
      • XSalHSplitter
      • XSalSeparator
      • XSalSeparatorDoubleRaised
      • XSalSeparatorEtched
      • XSalSeparatorInvisible
      • XSalSeparatorSingleRaised
      • XSalSplitter
      • XSalToolbar
      • XSalToolbox
      • XSalVSplitter
Powered by GitBook
On this page
  • Properties
  • 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(index)
  • Implemented By
  1. PPJ.Runtime.49
  2. Interfaces

ISalListControl

PPJ.Runtime.ISalListControl

PreviousISalEditControlNextISalPictureControl

Last updated 2 years ago

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

SAL List controls implement this interface.

public interface ISalListControl
Public Interface ISalListControl

Properties

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

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

SelectedIndices

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 item.

Parameter
Type
Description

index

Implemented By

Name
Description

ComboBox implementation.

ListBox implementation.

Summary description for SalTableColumn.

ComboBox with tool tip support

List box with tool tip support

: 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(index)

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