[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Return null if the view will accept being attached to a particular object.

Namespace: net.esper.view.window
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function AttachesTo ( _
	parentView As Viewable _
) As String
C#
public override string AttachesTo (
	Viewable parentView
)
Visual C++
public:
virtual String^ AttachesTo (
	Viewable^ parentView
) override

Parameters

parentView
net.esper.view.Viewable
is the potential parent for this view

Return Value

null if this view can successfully attach to the parent, an error message if it cannot.