See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected override Object HostingComponent { get; set; }
Visual Basic
Protected Overrides Property HostingComponent As Object
	Get
	Set
Visual C++
protected:
virtual property Object^ HostingComponent {
	Object^ get () override;
	void set (Object^ value) override;
}

Property Value

Type: Object

See Also