RibbonPosition Members (2007 System)
Include Protected Members
Include Inherited Members
Represents the location of a Ribbon control on the Microsoft Office Menu relative to a built-in control, the location of a tab relative to a built-in tab, or the location of a group relative to a built-in group.
The RibbonPosition type exposes the following members.
Methods
Name
Description
Returns a new RibbonPosition that represents the location of a control, group, or tab after the specified built-in control, group, or tab.
Returns a new RibbonPosition that represents the location of a control, group, or tab before a built-in control, group, or tab.
Overloaded. Indicates whether two RibbonPosition objects are equal.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns a hash code for the current RibbonPosition. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Overrides Object.ToString().)
Top
Fields
Name
Description
Gets a RibbonPosition that has default values.
Top
Properties
Name
Description
Gets the ID of the built-in Ribbon control, group, or tab that the current RibbonPosition uses to define a relative location for another control, group, or tab.
Gets a value that indicates whether the current RibbonPosition represents a location before or after a built-in control, group, or tab.
Top