IListFieldContainer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |