SDBUICommon: Difference between revisions
Jump to navigation
Jump to search
m (→ISDBUICommon members: version info) |
(→CoClass SDBUICommon: added introduction) |
||
Line 2: | Line 2: | ||
== CoClass SDBUICommon == | == CoClass SDBUICommon == | ||
Object with properties common to all user interface elements used in MediaMonkey. | Object with properties common to all user interface elements used in MediaMonkey. You can access the object through <tt>.Common</tt> property of every UI element (such as [[ISDBUIForm::Common|form.Common]] or [[ISDBUIButton::Common|button.Common]]). | ||
=== ISDBUICommon members === | === ISDBUICommon members === |
Latest revision as of 22:20, 20 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 SDBUICommon
Object with properties common to all user interface elements used in MediaMonkey. You can access the object through .Common property of every UI element (such as form.Common or button.Common).
ISDBUICommon members
Name | Type | Description |
---|---|---|
Align | Property Get/Let | |
Anchors | Property Get/Let | |
BringToFront | Method | From 3.0 |
ChildControl | Property Get | |
ClientHeight | Property Get/Let | |
ClientWidth | Property Get/Let | |
ControlName | Property Get/Let | |
CursorType | Property Get/Let | |
DestroyControl | Method | From 3.0 |
Enabled | Property Get/Let | |
FontBold | Property Get/Let | From 3.1 |
FontColor | Property Get/Let | From 3.1 |
FontItalic | Property Get/Let | From 3.1 |
FontName | Property Get/Let | From 3.1 |
FontSize | Property Get/Let | From 3.1 |
FontStrikeOut | Property Get/Let | From 3.1 |
FontUnderline | Property Get/Let | From 3.1 |
Height | Property Get/Let | |
Hint | Property Get/Let | |
Left | Property Get/Let | |
MaxHeight | Property Get/Let | |
MaxWidth | Property Get/Let | |
MinHeight | Property Get/Let | |
MinWidth | Property Get/Let | |
Parent | Property Get | |
SendToBack | Method | From 3.0 |
SetRect | Method | |
SetClientRect | Method | From 3.1 |
Top | Property Get/Let | |
TopParent | Property Get | |
Visible | Property Get/Let | |
Width | Property Get/Let | |
TabIndex | Property Get/Let | From 4.0.3 |
ISDBUICommonEvents members
Name | Type | Description |
---|---|---|
OnClick | Event | |
OnDblClick | Event | From 3.1 |
OnEnter | Event | From 3.1 |
OnExit | Event | From 3.1 |
OnKeyDown | Event | From 3.1 |
OnKeyPress | Event | From 3.1 |
OnKeyUp | Event | From 3.1 |
OnMouseDown | Event | From 3.1 |
OnMouseMove | Event | From 3.1 |
OnMouseUp | Event | From 3.1 |
OnResize | Event |