An NDoc Documented Class Library

ControlTypeProperty Constructor (ControlType, String)

[Visual Basic]
Public Sub New( _ 
   ByVal controlType As ControlType, _ 
   ByVal displayName As String _ 
)
[C#]
public ControlTypeProperty(
   ControlType controlType,
   string displayName
);
[C++]
public: ControlTypeProperty(
   ControlType* controlType,
   String* displayName
);
[JScript]
public function ControlTypeProperty(
   ControlType controlType,
   String displayName
);

See Also

ControlTypeProperty Class | White.Core.UIItems.Finders Namespace | ControlTypeProperty Constructor Overload List