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

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

Syntax

C#
public bool FilterProperties(
	IComponent component,
	IDictionary properties
)
Visual Basic
Public Function FilterProperties ( 
	component As IComponent,
	properties As IDictionary
) As Boolean
Visual C++
public:
virtual bool FilterProperties(
	IComponent^ component, 
	IDictionary^ properties
) sealed

Return Value

Type: Boolean

Implements

ITypeDescriptorFilterService..::..FilterProperties(IComponent, IDictionary)

See Also