+ (MUIMenustrip *) menustripWithObjects:(MUIObject *)child, ...
- (LONG) caseSensitive
- (BOOL) enabled
Enable or disable the complete menu strip.
- (void) exitChange
- (void) initChange
- (id) initWithObjects:(MUIObject *)child, ...
- (void) noNotifySetEnabled:(BOOL)enabled
- (IPTR) popup:(id)parent flags:(ULONG)flags x:(int)x y:(int)y
- (void) setCaseSensitive:(LONG)casesensitive
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setEnabled:(BOOL)enabled
- (void) willOpen