This documentation is archived and is not being maintained.

ControlBuilder.FIsNonParserAccessor Property

Determines whether the control implements the IParserAccessor interface.

[Visual Basic]
Protected ReadOnly Property FIsNonParserAccessor As Boolean
[C#]
protected bool FIsNonParserAccessor {get;}
[C++]
protected: __property bool get_FIsNonParserAccessor();
[JScript]
protected function get FIsNonParserAccessor() : Boolean;

Property Value

false if the control implements the IParserAccessor interface, otherwise true.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace

Show: