Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
UIA
Extensions
AutomationProviders
Interfaces
ListItemInformation
C# Class UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation
Datei anzeigen
Open project: northwoodspd/UIA.Extensions
Class Usage Examples
Public Methods
Method
Description
AddToSelection
( ) :
void
RemoveFromSelection
( ) :
void
Select
( ) :
void
Protected Methods
Method
Description
ListItemInformation
(
string
text
)
Method Details
AddToSelection()
public
abstract
method
public
abstract
AddToSelection
( ) :
void
return
void
ListItemInformation()
protected
method
protected
ListItemInformation
(
string
text
)
text
string
RemoveFromSelection()
public
abstract
method
public
abstract
RemoveFromSelection
( ) :
void
return
void
Select()
public
abstract
method
public
abstract
Select
( ) :
void
return
void