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
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 |
Parameters
- component
- Type: System.ComponentModel..::..IComponent
- properties
- Type: System.Collections..::..IDictionary