Class ListMembers
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents data collection related to popup list box controls.
public class ListMembers : CodeCompletionProvider, IList, ICollection, IReadOnlyList<ICodeCompletionProviderItem>, IReadOnlyCollection<ICodeCompletionProviderItem>, IListMembers, ICategorizedCodeCompletionProvider, ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
- Inheritance
-
ListMembers
- Implements
- Derived
- Extension Methods
Constructors
- ListMembers()
Initializes a new instance of the
ListMembers
class with default settings.
Properties
- ColumnCount
Represents number of the columns. In this class
ColumnCount
always return 4.
- this[int]
Provides an indexed access to
IListMember
objects stored in the collection.
- NameColumnIndex
Gets an index of the column containing name.
- ShowHints
Gets or sets a value indicating whether popup listbox should display additional information for selected list member.
- ShowParams
Gets or sets a value indicating whether the "Params" column is visible.
- ShowQualifiers
Gets or sets a value indicating whether the "Qualifiers" column is visible.
- ShowResults
Gets or sets a value indicating whether the "Results" column is visible.
Methods
- AddListMember()
Adds a new item to the
ListMembers
collection.
- AddListMember(IListMember)
Adds a new item to the
ListMembers
collection.
- ColumnSpace(int)
Indicates whether after specified column SPACE is required.
- ColumnVisible(int)
Indicates whether specified column is visible.
- CreateListMember()
Initializes a new instance of the
ListMember
class with default settings.
- GetAvailableCategories()
Returns list of all available categories.
- GetCategory(int)
Gets a category by its index.
- GetColumnText(int, int)
Returns text from given list member in the specified column.
- GetDescription(int)
Returns a content of the column, named 'Description', of the specified item from the collection.
- GetDisplayText(int)
Returns string representing the display text of the item.
- GetImage(int)
Returns an image that is displayed for item given by Index.
- GetImageIndex(int)
Returns index of image that is displayed for item given by Index.
- GetInsertText(int)
Returns string to be inserted.
- GetName(int)
Returns string representing name of the item.
- GetPriority(int)
Returns priority of the item.
- GetText(int)
Returns string representing default column.
- InsertListMember(int)
Inserts a new item to the specified position within the
ListMembers
collection.
- ResetShowHints()
Resets the
ShowHints
to the default value.
- ResetShowParams()
Resets the
ShowParams
to the default value.
- ResetShowQualifiers()
Resets the
ShowQualifiers
to the default value.
- ResetShowResults()
Resets the
ShowResults
to the default value.