Method GetDesignItem
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetDesignItem(object)
Gets the site of an existing, registered component.
public DesignItem GetDesignItem(object component)
Parameters
component
object
Returns
- DesignItem
The site of the component, or null if the component is not registered.
GetDesignItem(object, bool)
Gets the site of an existing, registered component.
public DesignItem GetDesignItem(object component, bool findByView)
Parameters
Returns
- DesignItem
The site of the component, or null if the component is not registered.