Table of Contents

Method GetDesignItem

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetDesignItem(object)

Gets the site of an existing, registered component.

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.

DesignItem GetDesignItem(object component, bool findByView)

Parameters

component object
findByView bool

Returns

DesignItem

The site of the component, or null if the component is not registered.