IControlBuilderAccessor Interface

Definition

Allows the control serializer to get to the builder for a control.

public interface class IControlBuilderAccessor
public interface IControlBuilderAccessor
type IControlBuilderAccessor = interface
Public Interface IControlBuilderAccessor
Derived

Remarks

The IControlBuilderAccessor interface defines the property a control must implement to allow a control serializer to access the control's builder. Control implements this interface, so all controls deriving from Control have an implementation of this property.

Properties

ControlBuilder

Gets the control builder for this control.

Applies to