NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBinding.Control

Gets the control to which the binding belongs.

[Visual Basic]
Public ReadOnly Property Control As RichControl
[C#]
public RichControl Control {get;}
[C++]
public: __property RichControl* get_Control();
[JScript]
public function get Control() : RichControl;

Property Value

A component that derives from the Control class.

See Also

ListBinding Class | ListBinding Members | System.WinForms Namespace