IListFieldContainer Interface

Definition

Defines methods for the parent shape of the ListField.

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

Remarks

Implement this interface on any ShapeElement that will host a ListField. The ListField will call these methods to get list item information for hit-testing and drawing.

Properties

SnakingInfo

Methods

GetItemCount(ListField)

Gets the number of items in the specified list field.

GetItemDrawInfo(ListField, Int32, ItemDrawInfo)

Gets drawing information for a single list item in the list field.

Applies to