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 FilterAttributes( IComponent component, IDictionary attributes ) |
Visual Basic |
---|
Public Function FilterAttributes ( component As IComponent, attributes As IDictionary ) As Boolean |
Visual C++ |
---|
public: virtual bool FilterAttributes( IComponent^ component, IDictionary^ attributes ) sealed |
Parameters
- component
- Type: System.ComponentModel..::..IComponent
- attributes
- Type: System.Collections..::..IDictionary