An NDoc Documented Class Library

ControlDictionaryItems.FindBy Method (Type, String)

[Visual Basic]
Overridable  OverloadsPublic Function FindBy( _ 
   ByVal testControlType As Type, _ 
   ByVal frameworkId As String _ 
) As ControlDictionaryItem
[C#]
public virtual ControlDictionaryItem FindBy(
   Type testControlType,
   string frameworkId
);
[C++]
public: virtual ControlDictionaryItem* FindBy(
   Type* testControlType,
   String* frameworkId
);
[JScript]
public virtual function FindBy(
   Type testControlType,
   String frameworkId
): ControlDictionaryItem;

See Also

ControlDictionaryItems Class | White.Core.Mappings Namespace | ControlDictionaryItems.FindBy Overload List