[undefined]
Execute
object.CreateMenuStrip objectname left top width
objectname | literal | The name of the MenuStrip object to create. An error will occur if this name is already used by another object. |
left | integer | The x-coordinate of the left edge of the MenuStrip object, in pixels. |
top | integer | The y-coordinate of the top edge of the MenuStrip object, in pixels. |
width | integer | The width of the MenuStrip object, in pixels. An error will occur if this value is negative. |
[undefined]