ItemSubMenuOffsetBuilder Members
Defines different offset settings of submenus relative to their parent menu items.Methods
Name | Description |
---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
FirstItemX(Int32) | Sets the horizontal offset of a submenu relative to its parent menu item which is the first item at its menu level. |
FirstItemY(Int32) | Sets the vertical offset of a submenu relative to its parent menu item which is the first item at its menu level. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LastItemX(Int32) | Sets the horizontal offset of a submenu relative to its parent menu item which is the last item at its menu level. |
LastItemY(Int32) | Sets the vertical offset of a submenu relative to its parent menu item which is the last item at its menu level. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
X(Int32) | Sets the horizontal offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level. |
Y(Int32) | Sets the vertical offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level. |
See Also