DataSourceComboBoxControlInitialize Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Initialize(
IComponent component,
string dataSourceID,
DataBoundControlDesigner designer
)
Public Sub Initialize (
component As IComponent,
dataSourceID As String,
designer As DataBoundControlDesigner
)
public:
void Initialize(
IComponent^ component,
String^ dataSourceID,
DataBoundControlDesigner^ designer
)
member Initialize :
component : IComponent *
dataSourceID : string *
designer : DataBoundControlDesigner -> unit
Parameters
- component
- Type: System.ComponentModelIComponent
- dataSourceID
- Type: SystemString
- designer
- Type: System.Web.UI.Design.WebControlsDataBoundControlDesigner
See Also