An NDoc Documented Class Library

ControlTypeProperty Constructor

Initializes a new instance of the ControlTypeProperty class.

Overload List

Initializes a new instance of the ControlTypeProperty class.

[Visual Basic] Protected Sub New()
[C#] protected ControlTypeProperty();
[C++] protected: ControlTypeProperty();
[JScript] protected function ControlTypeProperty();

 

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

See Also

ControlTypeProperty Class | White.Core.UIItems.Finders Namespace