SDBMenuItem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (deprecated OnClickFunc, UseScript.) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
== CoClass SDBMenuItem == | == CoClass SDBMenuItem == | ||
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 === | ||
Line 12: | Line 12: | ||
|[[ISDBMenuItem::Checked|Checked]] |Property Get/Let | | |[[ISDBMenuItem::Checked|Checked]] |Property Get/Let | | ||
|[[ISDBMenuItem::IconIndex|IconIndex]] |Property Get/Let | | |[[ISDBMenuItem::IconIndex|IconIndex]] |Property Get/Let | | ||
|[[ISDBMenuItem::OnClickFunc|OnClickFunc]] |Property Get/Let | | |[[ISDBMenuItem::OnClickFunc|OnClickFunc]] |Property Get/Let | Deprecated | ||
|[[ISDBMenuItem::ShortCut|ShortCut]] |Property Get/Let | | |[[ISDBMenuItem::ShortCut|ShortCut]] |Property Get/Let | | ||
|[[ISDBMenuItem::UseScript|UseScript]] |Property Get/Let | | |[[ISDBMenuItem::UseScript|UseScript]] |Property Get/Let | Deprecated | ||
|[[ISDBMenuItem::Visible|Visible]] |Property Get/Let | | |[[ISDBMenuItem::Visible|Visible]] |Property Get/Let | | ||
}} | }} |
Latest revision as of 15:03, 23 April 2013
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
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 | Deprecated |
ShortCut | Property Get/Let | |
UseScript | Property Get/Let | Deprecated |
Visible | Property Get/Let |
ISDBMenuItemEvents members
Name | Type | Description |
---|---|---|
OnClick | Event |