SDBMenuItem: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
mNo edit summary
(clarified description, hints for manipulation)
Line 2: Line 2:
== CoClass SDBMenuItem ==
== CoClass SDBMenuItem ==


Object representing a single menu or toolbar item.
MediaMonkey menus and toolbars are represented by same structure. Both menu items and toolbar buttons are represented by SDBMenuItem objects. [[SDBUI|SDB.UI]] object provides references to existing toolbars and menus and also contains toolbar/menu manipulation methods.


=== ISDBMenuItem members ===
=== ISDBMenuItem members ===

Revision as of 14:42, 23 April 2013

CoClass SDBMenuItem

MediaMonkey menus and toolbars are represented by same structure. Both menu items and toolbar buttons are represented by SDBMenuItem objects. SDB.UI object provides references to existing toolbars and menus and also contains toolbar/menu manipulation methods.

ISDBMenuItem members

Name Type Description
Caption Property Get/Let
Enabled Property Get/Let
Hint Property Get/Let
Checked Property Get/Let
IconIndex Property Get/Let
OnClickFunc Property Get/Let
ShortCut Property Get/Let
UseScript Property Get/Let
Visible Property Get/Let


ISDBMenuItemEvents members

Name Type Description
OnClick Event

Related Topics