Version

IUIElementCreationFilter Interface Members

The following tables list the members exposed by IUIElementCreationFilter.

Public Methods
 NameDescription
 MethodAfterCreateChildElementsCalled after an element's ChildElements have been created. The child element's can be repositioned here and/or new element's can be added.  
 MethodBeforeCreateChildElementsCalled before child elements are to be created/positioned. This is called during a draw operation for an element whose ChildElementsDirty is set to true. Returning true from this method indicates that the default creation logic should be bypassed.  
See Also