SDBUICommon: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				 (→CoClass SDBUICommon:  added introduction)  | 
				||
| (6 intermediate revisions by 3 users not shown) | |||
| 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 ===  | ||
| Line 9: | Line 9: | ||
|[[ISDBUICommon::Align|Align]] |Property Get/Let |     | |[[ISDBUICommon::Align|Align]] |Property Get/Let |     | ||
|[[ISDBUICommon::Anchors|Anchors]] |Property Get/Let |     | |[[ISDBUICommon::Anchors|Anchors]] |Property Get/Let |     | ||
|[[ISDBUICommon::BringToFront|BringToFront]] |Method |     | |[[ISDBUICommon::BringToFront|BringToFront]] |Method | From 3.0     | ||
|[[ISDBUICommon::ChildControl|ChildControl]] |Property Get |     | |[[ISDBUICommon::ChildControl|ChildControl]] |Property Get |     | ||
|[[ISDBUICommon::ClientHeight|ClientHeight]] |Property Get/Let |     | |[[ISDBUICommon::ClientHeight|ClientHeight]] |Property Get/Let |     | ||
| Line 15: | Line 15: | ||
|[[ISDBUICommon::ControlName|ControlName]] |Property Get/Let |     | |[[ISDBUICommon::ControlName|ControlName]] |Property Get/Let |     | ||
|[[ISDBUICommon::CursorType|CursorType]] |Property Get/Let |     | |[[ISDBUICommon::CursorType|CursorType]] |Property Get/Let |     | ||
|[[ISDBUICommon::DestroyControl|DestroyControl]] |Method |   | |[[ISDBUICommon::DestroyControl|DestroyControl]] |Method | From 3.0  | ||
|[[ISDBUICommon::Enabled|Enabled]] |Property Get/Let |     | |[[ISDBUICommon::Enabled|Enabled]] |Property Get/Let |     | ||
|[[ISDBUICommon::FontBold|FontBold]] |Property Get/Let |   | |[[ISDBUICommon::FontBold|FontBold]] |Property Get/Let | From 3.1  | ||
|[[ISDBUICommon::FontColor|FontColor]] |Property Get/Let |   | |[[ISDBUICommon::FontColor|FontColor]] |Property Get/Let | From 3.1  | ||
|[[ISDBUICommon::FontItalic|FontItalic]] |Property Get/Let |   | |[[ISDBUICommon::FontItalic|FontItalic]] |Property Get/Let | From 3.1  | ||
|[[ISDBUICommon::FontName|FontName]] |Property Get/Let |   | |[[ISDBUICommon::FontName|FontName]] |Property Get/Let | From 3.1   | ||
|[[ISDBUICommon::FontSize|FontSize]] |Property Get/Let |   | |[[ISDBUICommon::FontSize|FontSize]] |Property Get/Let | From 3.1  | ||
|[[ISDBUICommon::FontStrikeOut|FontStrikeOut]] |Property Get/Let |   | |[[ISDBUICommon::FontStrikeOut|FontStrikeOut]] |Property Get/Let | From 3.1  | ||
|[[ISDBUICommon::FontUnderline|FontUnderline]] |Property Get/Let |   | |[[ISDBUICommon::FontUnderline|FontUnderline]] |Property Get/Let | From 3.1   | ||
|[[ISDBUICommon::Height|Height]] |Property Get/Let |     | |[[ISDBUICommon::Height|Height]] |Property Get/Let |     | ||
|[[ISDBUICommon::Hint|Hint]] |Property Get/Let |     | |[[ISDBUICommon::Hint|Hint]] |Property Get/Let |     | ||
| Line 32: | Line 32: | ||
|[[ISDBUICommon::MinWidth|MinWidth]] |Property Get/Let |     | |[[ISDBUICommon::MinWidth|MinWidth]] |Property Get/Let |     | ||
|[[ISDBUICommon::Parent|Parent]] |Property Get |     | |[[ISDBUICommon::Parent|Parent]] |Property Get |     | ||
|[[ISDBUICommon::SendToBack|SendToBack]] |Method |   | |[[ISDBUICommon::SendToBack|SendToBack]] |Method | From 3.0   | ||
|[[ISDBUICommon::SetRect|SetRect]] |Method |     | |[[ISDBUICommon::SetRect|SetRect]] |Method |     | ||
|[[ISDBUICommon::SetClientRect|SetClientRect]] |Method | From 3.1  | |||
|[[ISDBUICommon::Top|Top]] |Property Get/Let |     | |[[ISDBUICommon::Top|Top]] |Property Get/Let |     | ||
|[[ISDBUICommon::TopParent|TopParent]] |Property Get |     | |[[ISDBUICommon::TopParent|TopParent]] |Property Get |     | ||
|[[ISDBUICommon::Visible|Visible]] |Property Get/Let |     | |[[ISDBUICommon::Visible|Visible]] |Property Get/Let |     | ||
|[[ISDBUICommon::Width|Width]] |Property Get/Let |     | |[[ISDBUICommon::Width|Width]] |Property Get/Let |     | ||
|[[ISDBUICommon::TabIndex|TabIndex]] |Property Get/Let | From 4.0.3   | |||
}}  | }}  | ||
| Line 44: | Line 46: | ||
{{MethodsList    | {{MethodsList    | ||
|[[ISDBUICommonEvents::OnClick|OnClick]] |Event |     | |[[ISDBUICommonEvents::OnClick|OnClick]] |Event |     | ||
|[[ISDBUICommonEvents::OnDblClick|OnDblClick]] |Event |   | |[[ISDBUICommonEvents::OnDblClick|OnDblClick]] |Event | From 3.1  | ||
|[[ISDBUICommonEvents::OnEnter|OnEnter]] |Event |   | |[[ISDBUICommonEvents::OnEnter|OnEnter]] |Event | From 3.1  | ||
|[[ISDBUICommonEvents::OnExit|OnExit]] |Event |   | |[[ISDBUICommonEvents::OnExit|OnExit]] |Event | From 3.1  | ||
|[[ISDBUICommonEvents::OnKeyDown|OnKeyDown]] |Event |   | |[[ISDBUICommonEvents::OnKeyDown|OnKeyDown]] |Event | From 3.1  | ||
|[[ISDBUICommonEvents::OnKeyPress|OnKeyPress]] |Event |   | |[[ISDBUICommonEvents::OnKeyPress|OnKeyPress]] |Event | From 3.1   | ||
|[[ISDBUICommonEvents::OnKeyUp|OnKeyUp]] |Event |   | |[[ISDBUICommonEvents::OnKeyUp|OnKeyUp]] |Event | From 3.1   | ||
|[[ISDBUICommonEvents::OnMouseDown|OnMouseDown]] |Event |   | |[[ISDBUICommonEvents::OnMouseDown|OnMouseDown]] |Event | From 3.1   | ||
|[[ISDBUICommonEvents::OnMouseMove|OnMouseMove]] |Event |   | |[[ISDBUICommonEvents::OnMouseMove|OnMouseMove]] |Event | From 3.1   | ||
|[[ISDBUICommonEvents::OnMouseUp|OnMouseUp]] |Event |   | |[[ISDBUICommonEvents::OnMouseUp|OnMouseUp]] |Event | From 3.1   | ||
|[[ISDBUICommonEvents::OnResize|OnResize]] |Event |     | |[[ISDBUICommonEvents::OnResize|OnResize]] |Event |     | ||
}}  | }}  | ||
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 |