SDBUI: Difference between revisions
Jump to navigation
Jump to search
m (introduced for DeleteOptionSheet, better object description) |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
== CoClass SDBUI == | == CoClass SDBUI == | ||
Object for manipulation of User Interface elements. | Object for manipulation of User Interface elements. Access the object using [[ISDBApplication::UI|SDB.UI]] property. | ||
=== ISDBUI members === | === ISDBUI members === | ||
Line 11: | Line 11: | ||
|[[ISDBUI::AddMenuItemSub|AddMenuItemSub]] |Method | | |[[ISDBUI::AddMenuItemSub|AddMenuItemSub]] |Method | | ||
|[[ISDBUI::AddOptionSheet|AddOptionSheet]] |Method | | |[[ISDBUI::AddOptionSheet|AddOptionSheet]] |Method | | ||
|[[ISDBUI::DeleteOptionSheet|DeleteOptionSheet]] |Method | | |[[ISDBUI::AddOptionSheetEx|AddOptionSheetEx]] |Method | From 3.1.0 | ||
|[[ISDBUI::AddPropertiesSheet|AddPropertiesSheet]] |Method | From 4.0 | |||
|[[ISDBUI::AddToolbar|AddToolbar]] |Method | From 4.0 | |||
|[[ISDBUI::GetToolbar|GetToolbar]] |Method | From 4.0 | |||
|[[ISDBUI::DeleteOptionSheet|DeleteOptionSheet]] |Method | From 3.0.3 | |||
|[[ISDBUI::DeletePropertiesSheet|DeletePropertiesSheet]] |Method | From 4.0 | |||
|[[ISDBUI::HidePropertiesSheet|HidePropertiesSheet]] |Method | From 4.0 | |||
|[[ISDBUI::MainWindowFocus|MainWindowFocus]] |Property Get/Let | From 3.1.0 | |||
|[[ISDBUI::Menu_Edit|Menu_Edit]] |Property Get | | |[[ISDBUI::Menu_Edit|Menu_Edit]] |Property Get | | ||
|[[ISDBUI::Menu_Export|Menu_Export]] |Property Get | | |[[ISDBUI::Menu_Export|Menu_Export]] |Property Get | | ||
Line 17: | Line 24: | ||
|[[ISDBUI::Menu_Help|Menu_Help]] |Property Get | | |[[ISDBUI::Menu_Help|Menu_Help]] |Property Get | | ||
|[[ISDBUI::Menu_Play|Menu_Play]] |Property Get | | |[[ISDBUI::Menu_Play|Menu_Play]] |Property Get | | ||
|[[ISDBUI::Menu_Pop_NP_MainWindow|Menu_Pop_NP_MainWindow]] |Property Get | | |||
|[[ISDBUI::Menu_Pop_NP_MainWindow_MoreFrom|Menu_Pop_NP_MainWindow_MoreFrom]] |Property Get | | |||
|[[ISDBUI::Menu_Pop_NP_MainWindow_SendTo|Menu_Pop_NP_MainWindow_SendTo]] |Property Get | | |||
|[[ISDBUI::Menu_Pop_NP|Menu_Pop_NP]] |Property Get | | |[[ISDBUI::Menu_Pop_NP|Menu_Pop_NP]] |Property Get | | ||
|[[ISDBUI::Menu_Pop_NP_MoreFrom|Menu_Pop_NP_MoreFrom]] |Property Get | | |[[ISDBUI::Menu_Pop_NP_MoreFrom|Menu_Pop_NP_MoreFrom]] |Property Get | | ||
|[[ISDBUI::Menu_Pop_NP_SendTo|Menu_Pop_NP_SendTo]] |Property Get | | |[[ISDBUI::Menu_Pop_NP_SendTo|Menu_Pop_NP_SendTo]] |Property Get | | ||
Line 49: | Line 58: | ||
|[[ISDBUI::NewGroupBox|NewGroupBox]] |Property Get | | |[[ISDBUI::NewGroupBox|NewGroupBox]] |Property Get | | ||
|[[ISDBUI::NewLabel|NewLabel]] |Property Get | | |[[ISDBUI::NewLabel|NewLabel]] |Property Get | | ||
|[[ISDBUI::NewListBox|NewListBox]] |Property Get | | |||
|[[ISDBUI::NewMultiLineEdit|NewMultiLineEdit]] |Property Get | | |[[ISDBUI::NewMultiLineEdit|NewMultiLineEdit]] |Property Get | | ||
|[[ISDBUI::NewPanel|NewPanel]] |Property Get | | |[[ISDBUI::NewPanel|NewPanel]] |Property Get | | ||
Line 55: | Line 65: | ||
|[[ISDBUI::NewTrackBar|NewTrackBar]] |Property Get | | |[[ISDBUI::NewTrackBar|NewTrackBar]] |Property Get | | ||
|[[ISDBUI::NewTranspPanel|NewTranspPanel]] |Property Get | | |[[ISDBUI::NewTranspPanel|NewTranspPanel]] |Property Get | | ||
|[[ISDBUI::NewTreeList|NewTreeList]] |Property Get | | |||
|[[ISDBUI::NewMaskEdit|NewMaskEdit]] |Property Get | | |[[ISDBUI::NewMaskEdit|NewMaskEdit]] |Property Get | | ||
|[[ISDBUI::ShowOptions|ShowOptions]] |Method | | |||
|[[ISDBUI::ShowPropertiesSheet|ShowPropertiesSheet]] |Method | From 4.0 | |||
}} | }} | ||
Latest revision as of 15:47, 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 SDBUI
Object for manipulation of User Interface elements. Access the object using SDB.UI property.
ISDBUI members
Name | Type | Description |
---|---|---|
AddMenuItem | Method | |
AddMenuItemSep | Method | |
AddMenuItemSub | Method | |
AddOptionSheet | Method | |
AddOptionSheetEx | Method | From 3.1.0 |
AddPropertiesSheet | Method | From 4.0 |
AddToolbar | Method | From 4.0 |
GetToolbar | Method | From 4.0 |
DeleteOptionSheet | Method | From 3.0.3 |
DeletePropertiesSheet | Method | From 4.0 |
HidePropertiesSheet | Method | From 4.0 |
MainWindowFocus | Property Get/Let | From 3.1.0 |
Menu_Edit | Property Get | |
Menu_Export | Property Get | |
Menu_File | Property Get | |
Menu_Help | Property Get | |
Menu_Play | Property Get | |
Menu_Pop_NP_MainWindow | Property Get | |
Menu_Pop_NP_MainWindow_MoreFrom | Property Get | |
Menu_Pop_NP_MainWindow_SendTo | Property Get | |
Menu_Pop_NP | Property Get | |
Menu_Pop_NP_MoreFrom | Property Get | |
Menu_Pop_NP_SendTo | Property Get | |
Menu_Pop_TrackList | Property Get | |
Menu_Pop_TrackList_MoreFrom | Property Get | |
Menu_Pop_TrackList_SendTo | Property Get | |
Menu_Pop_Tree | Property Get | |
Menu_Pop_Tree_SendTo | Property Get | |
Menu_Scripts | Property Get | |
Menu_TbAdvanced | Property Get | |
Menu_TbCategorize | Property Get | |
Menu_TbEdit | Property Get | |
Menu_TbNavigation | Property Get | |
Menu_TbNPEdit | Property Get | |
Menu_TbNPList | Property Get | |
Menu_TbNPMain | Property Get | |
Menu_TbSearch | Property Get | |
Menu_TbStandard | Property Get | |
Menu_Tools | Property Get | |
Menu_TrayIcon | Property Get | |
Menu_View | Property Get | |
NewActiveX | Property Get | |
NewButton | Property Get | |
NewCheckBox | Property Get | |
NewDockablePanel | Property Get | |
NewDockablePersistentPanel | Property Get | |
NewDropDown | Property Get | |
NewEdit | Property Get | |
NewForm | Property Get | |
NewGroupBox | Property Get | |
NewLabel | Property Get | |
NewListBox | Property Get | |
NewMultiLineEdit | Property Get | |
NewPanel | Property Get | |
NewRadioButton | Property Get | |
NewSpinEdit | Property Get | |
NewTrackBar | Property Get | |
NewTranspPanel | Property Get | |
NewTreeList | Property Get | |
NewMaskEdit | Property Get | |
ShowOptions | Method | |
ShowPropertiesSheet | Method | From 4.0 |