DeviceSpecificChoiceControlBuilder::Init Method
Occurs when the server control is initialized, which is the first step in its life cycle.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: virtual void Init( TemplateParser^ parser, ControlBuilder^ parentBuilder, Type^ type, String^ tagName, String^ id, IDictionary^ attributes ) override
Parameters
- parser
- Type: System.Web.UI::TemplateParser
The TemplateParser object responsible for parsing the control.
- parentBuilder
- Type: System.Web.UI::ControlBuilder
The ControlBuilder object responsible for building the parent control. (If the ControlBuilder is not specifically a DeviceSpecificControlBuilder object, an exception is thrown.)
- type
- Type: System::Type
The Type assigned to the control that the builder will create.
- tagName
- Type: System::String
The name of the tag to be built. This allows the builder to support multiple tag types.
- id
- Type: System::String
The ID attribute assigned to the control.
- attributes
- Type: System.Collections::IDictionary
The IDictionary object that holds all the specified tag attributes.
| Exception | Condition |
|---|---|
| ArgumentException | parentBuilder is not a DeviceSpecificControlBuilder object. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.