Method | Description | |
---|---|---|
Configure ( ) : void |
Launches the data source configuration utility in the design host.
|
|
GetView ( string viewName ) : System.Web.UI.Design.DesignerDataSourceView |
Retrieves a
|
|
Initialize ( IComponent component ) : void |
Initializes the control designer and loads the specified component.
|
Method | Description | |
---|---|---|
ConfigureRssDataSource ( object context ) : bool |
public GetView ( string viewName ) : System.Web.UI.Design.DesignerDataSourceView | ||
viewName | string | The name of the view. |
return | System.Web.UI.Design.DesignerDataSourceView |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The control being designed. |
return | void |