Visual Basic, .NET, ASP, VBScript
 

   
   
     

Форум - Общий форум

Страница: 1 |

 

  Вопрос: Метод FindItem в элементе ListView Добавлено: 01.10.02 21:33  

Автор вопроса:  Анатолий

При поиске строки по содержимому первого столбца при её нахождении надо чтобы она автоматически выделялась.

Возможно ли это сделать с помощью метода FindItem?

ListView1.FindItem (sz As string, [Where], [Index],[fPartial]) As ListItem

Что означают параметры в скобках? 

Ответить

  Ответы Всего ответов: 1  

Номер ответа: 1
Автор ответа:
 MAGNUS



Вопросов: 12
Ответов: 430
 Профиль | | #1 Добавлено: 01.10.02 22:01

Привет! Извини но долго обьяснять. Надеюсь буржуйский знаешь:) Если нет то пиши!

FindItem Method (ListView Control)

 

Finds and returns a reference to a ListItem object in a ListView control.

Syntax

object.FindItem (string, value, index, match)

The FindItem method syntax has these parts:

Part

Description

object

Required. Anobject expression that evaluates to a ListView control.

string

Required. Astring expression indicating the ListItem object to be found.

value

Optional. An integer or constant specifying whether the string will be matched to the ListItem object's Text, Subitems, or Tag property, as described in Settings.

index

Optional. An integer or string that uniquely identifies a member of an object collection and specifies the location from which to begin the search. The integer is the value of the Index property; the string is the value of the Key property. If no index is specified, the default is 1.

match

Optional. An integer or constant specifying that a match will occur if the item's Text property is the same as the string, as described in Settings.

 

Settings

The settings for value are:

Constant

Value

Поиск по форуму



© Copyright 2002-2011 VBNet.RU | Пишите нам