Version

IProvideToolCustomizeInfo Interface Members

The following tables list the members exposed by IProvideToolCustomizeInfo.

Public Properties
 NameDescription
 PropertyOwnerReturns the object (toolbar, menu, ribbon group) that owns the placeholder element, or null if there is no owner.  
 PropertyOwnerIsMenuReturns whether the owner of the placeholder element is a menu.  
 PropertyOwnerIsToolbarReturns whether the owner of the placeholder element is a toolbar.  
 PropertyOwningMenuReturns the menu that owns the placeholder element, or null if the owner is not a menu.  
 PropertyOwningToolbarReturns the toolbar that owns the placeholder element, or null if the owner is not a toolbar.  
 PropertyUIElementReturns the placeholder element.  
See Also