ItemSubMenuOffset Members
Defines different offset settings of submenus relative to their parent menu items.Constructors
| Name | Description |
|---|---|
| ItemSubMenuOffset() | Initializes a new instance of the ItemSubMenuOffset class. |
Properties
| Name | Description |
|---|---|
| FirstItemX | Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the first item at its menu level. |
| FirstItemY | Gets or sets the vertical offset of a submenu relative to its parent menu item which is the first item at its menu level. |
| LastItemX | Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the last item at its menu level. |
| LastItemY | Gets or sets the vertical offset of a submenu relative to its parent menu item which is the last item at its menu level. |
| X | Gets or 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 | Gets or 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. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. |
See Also