'Declaration
Public Overrides Sub Initialize( _ ByVal component As IComponent _ )
public override void Initialize( IComponent component )
Parameters
- component
- The component for this designer.
'Declaration
Public Overrides Sub Initialize( _ ByVal component As IComponent _ )
public override void Initialize( IComponent component )
Exception | Description |
---|---|
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |