[This is preliminary documentation and is subject to change.]

Gets collection which's owner owns this control

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected ListWithEventsBase Collection { get; private set; }
Visual Basic
Protected Property Collection As ListWithEventsBase
	Get
	Private Set
Visual C++
protected:
property ListWithEventsBase^ Collection {
	ListWithEventsBase^ get ();
	private: void set (ListWithEventsBase^ value);
}
F#
member Collection : ListWithEventsBase with get, private set
JScript
function get Collection () : ListWithEventsBase
private function set Collection (value : ListWithEventsBase)

Return Value

Collection which's Owner owns this control

See Also

Collapse/expand Version History

1.5.2

  • Property added