PyMenuItem
Class Description
Section titled “Class Description”Represents a Python-accessible item in a menu.
Properties
Section titled “Properties”Type: int
Type: string
Graphic
Section titled “Graphic”Type: ushort
Type: ushort
__class__
Section titled “__class__”Type: string
The Python-visible class name of this object.
Accessible in Python as
No fields found.
No enums found.
Methods
Section titled “Methods”ToString
Section titled “ToString”Returns a readable string representation of the menu item. Used when printing or converting the object to a string in Python scripts.
Return Type: string
Returns a detailed string representation of the object.
This string is used by Python’s built-in
Return Type: string