Version 24.2 (latest)

IProvideToolCustomizeInfo Interface Properties

For a list of all members of this type, see IProvideToolCustomizeInfo members.

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