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

Ensure this editor is correctly applied to the given property. Throws an exception if not.

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public static void CheckAppliedCorrectly(
	PropertyDescriptor property
)
Visual Basic
Public Shared Sub CheckAppliedCorrectly ( 
	property As PropertyDescriptor
)
Visual C++
public:
static void CheckAppliedCorrectly(
	PropertyDescriptor^ property
)

See Also