DesignSurfaceFacadeGetDesigner Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IDesigner GetDesigner(
IComponent component
)
Public Function GetDesigner (
component As IComponent
) As IDesigner
public:
IDesigner^ GetDesigner(
IComponent^ component
)
member GetDesigner :
component : IComponent -> IDesigner
Parameters
- component
- Type: System.ComponentModelIComponent
Return Value
Type:
IDesigner
See Also