An NDoc Documented Class Library

ScrollBars.FindElement Delegate

[Visual Basic]
Protected Delegate Function Sub  ScrollBars.FindElement( _ 
   ByVal condition As AutomationSearchCondition _ 
) As AutomationElement
[C#]
protected delegate AutomationElement ScrollBars.FindElement(
   AutomationSearchCondition condition
)
[C++]
protected __gc __delegate AutomationElement* ScrollBars.FindElement(
   AutomationSearchCondition* condition
)

[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.

Requirements

Namespace: White.Core.UIItems.Scrolling

Assembly: White.Core (in White.Core.dll)

See Also

White.Core.UIItems.Scrolling Namespace