|
TimoSoft ComboListBoxControls
1.2.5.151
|
Contains COM definitions for the controls' public interfaces More...
Enumerations | |
| enum | AppearanceConstants { a2D, a3D, a3DLight, aDefault } |
Constants used with the Appearance properties More... | |
| enum | BorderStyleConstants { bsNone, bsFixedSingle } |
Constants used with the BorderStyle properties More... | |
| enum | CharacterConversionConstants { ccNone, ccLowerCase, ccUpperCase } |
Constants used with the CharacterConversion properties More... | |
| enum | CompareResultConstants { crFirstSecond = -1, crEqual = 0, crSecondFirst = 1 } |
Constants used with the CompareItems event More... | |
| enum | DisabledEventsConstants { deMouseEvents = 0x01, deClickEvents = 0x02, deListBoxMouseEvents = 0x04, deKeyboardEvents = 0x08, deItemInsertionEvents = 0x20, deItemDeletionEvents = 0x40, deFreeItemData = 0x80, deBeforeDrawText = 0x400, deTextChangedEvents = 0x1000, deListBoxClickEvents = 0x4000, deSelectionChangingEvents = 0x40000, deProcessKeyboardInput = 0x100000 } |
Flags used with the DisabledEvents properties More... | |
| enum | DisplayNameStyleConstants { dnsDriveLetter, dnsDriveLetterWithColon, dnsVolumeName, dnsVB6Style, dnsShellStyle } |
Constants used with the IDriveComboBox::DisplayNameStyle property More... | |
| enum | DriveTypeConstants { dtUnknown = 0x01, dtOther = 0x02, dtFixed = 0x04, dtOptical = 0x08, dtRemovable = 0x10, dtRemote = 0x20, dtRAMDisk = 0x40, dtAll = (dtUnknown | dtOther | dtFixed | dtOptical | dtRemovable | dtRemote | dtRAMDisk) } |
Flags used with the IDriveComboBox::DisplayedDriveTypes property More... | |
| enum | DropDescriptionIconConstants { ddiNone = -1, ddiNoDrop = 0, ddiCopy = 1, ddiMove = 2, ddiLink = 4, ddiMetadataChange = 6, ddiWarning = 7, ddiUseDefault = 8 } |
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods More... | |
| enum | DropDownKeyConstants { ddkF4, ddkDownArrow } |
Constants used with the DropDownKey properties More... | |
| enum | FilteredPropertyConstants { fpIconIndex = 4, fpIndent = 5, fpIndex = 6, fpItemData = 7, fpOverlayIndex = 8, fpSelected = 9, fpText = 11, fpSelectedIconIndex = 14, fpDriveType = 18, fpPath = 19 } |
Constants used with the Filter properties More... | |
| enum | FilterTypeConstants { ftDeactivated, ftIncluding, ftExcluding } |
Constants used with the FilterType properties More... | |
| enum | HandleOLEDragDropConstants { hoddSourcePart = 0x01, hoddTargetPart = 0x02 } |
Flags used with the IDriveComboBox::HandleOLEDragDrop property More... | |
| enum | HitTestConstants { htNotOverItem = 0x00000001, htItem = 0x00000046, htAbove = 0x00000100, htBelow = 0x00000200, htToRight = 0x00000400, htToLeft = 0x00000800, htTextBoxPortion = 0x01000000, htComboBoxPortion = 0x02000000 } |
Flags used with the HitTest methods More... | |
| enum | IconVisibilityConstants { ivVisible, ivHiddenButIndent, ivHiddenDontIndent } |
Constants used with the IconVisibility property More... | |
| enum | ImageListConstants { ilItems = 1, ilHighResolution = 4 } |
Constants used with the hImageList properties More... | |
| enum | IMEModeConstants { imeInherit = -1, imeNoControl = 0, imeOn = 1, imeOff = 2, imeDisable = 3, imeHiragana = 4, imeKatakana = 5, imeKatakanaHalf = 6, imeAlphaFull = 7, imeAlpha = 8, imeHangulFull = 9, imeHangul = 10 } |
Constants used with the IMEMode properties More... | |
| enum | InsertMarkPositionConstants { impNowhere = 0, impBefore = 1, impAfter = 2, impDontChange = 3 } |
Constants that may be used with the SetInsertMarkPosition and GetInsertMarkPosition methods More... | |
| enum | InsertMarkStyleConstants { imsNative, imsImproved } |
Constants used with the InsertMarkStyle properties More... | |
| enum | ItemIdentifierTypeConstants { iitID, iitIndex } |
Constants used to identify items within an IComboBoxItems, IDriveComboBoxItems, IImageComboBoxItems or IListBoxItems collection More... | |
| enum | ItemRectangleTypeConstants { irtSelection = 3 } |
Constants used with the GetRectangle methods More... | |
| enum | MousePointerConstants { mpDefault, mpArrow, mpCross, mpIBeam, mpIcon, mpSize, mpSizeNESW, mpSizeNS, mpSizeNWSE, mpSizeEW, mpUpArrow, mpHourglass, mpNoDrop, mpArrowHourglass, mpArrowQuestion, mpSizeAll, mpHand, mpInsertMedia, mpScrollAll, mpScrollN, mpScrollNE, mpScrollE, mpScrollSE, mpScrollS, mpScrollSW, mpScrollW, mpScrollNW, mpScrollNS, mpScrollEW, mpCustom = 0x63 } |
Constants used with the MousePointer properties More... | |
| enum | MultiSelectConstants { msNone, msNormal, msSelectByClick } |
Constants used with the MultiSelect property More... | |
| enum | OLEActionToContinueWithConstants { oatcwContinue = 0x0, oatcwCancel = 0x40101, oatcwDrop = 0x40100 } |
Constants used with the OLEQueryContinueDrag event More... | |
| enum | OLEDragImageStyleConstants { odistClassic, odistAeroIfAvailable } |
Constants used with the OLEDragImageStyle property More... | |
| enum | OLEDropEffectConstants { odeNone = 0, odeCopy = 1, odeMove = 2, odeLink = 4, odeCopyOrMove = odeCopy | odeMove, odeScroll = 0x80000000 } |
| Constants used with OLE drag'n'drop More... | |
| enum | OwnerDrawActionConstants { odaDrawEntire = 0x1, odaSelectionStateChanged = 0x2, odaFocusChanged = 0x4 } |
| Flags used to identify the required drawing action during owner-drawing More... | |
| enum | OwnerDrawItemsConstants { odiDontOwnerDraw, odiOwnerDrawFixedHeight, odiOwnerDrawVariableHeight } |
Constants used with the OwnerDrawItems properties More... | |
| enum | OwnerDrawItemStateConstants { odisSelected = 0x1, odisDisabled = 0x4, odisFocus = 0x10, odisNoAccelerator = 0x100, odisNoFocusRectangle = 0x200, odisDrawingIntoSelectionField = 0x1000 } |
| Flags used to identify item states during owner-drawing More... | |
| enum | RequestedInfoConstants { riItemText = 0x0001, riIconIndex = 0x0002, riSelectedIconIndex = 0x0004, riOverlayIndex = 0x0010, riIndent = 0x0040 } |
Constants used with the ItemGetDisplayInfo event More... | |
| enum | RightToLeftConstants { rtlText = 1, rtlLayout = 2 } |
Flags used with the RightToLeft properties More... | |
| enum | SelectionChangeReasonConstants { scrLostFocus = 1, scrPressedReturn = 2, scrPressedEscape = 3, scrActivatedDropDownList = 4 } |
Constants used with the SelectionChanging event More... | |
| enum | StyleConstants { sComboDropDownList, sDropDownList, sComboField } |
Constants used with the Style properties More... | |
| enum | ToolTipsConstants { ttLabelTips = 1, ttInfoTips = 2 } |
Flags used with the ToolTips property More... | |
| enum | UseSystemImageListConstants { usilNone = 0x00, usilSmallImageList = 0x01, usilLargeImageList = 0x02, usilExtraLargeImageList = 0x04, usilJumboImageList = 0x08 } |
Constants used with the UseSystemImageList property More... | |
| enum | WritingDirectionConstants { wdLeftToRight, wdRightToLeft } |
Constants used with the WritingDirectionChanged event More... | |
Contains COM definitions for the controls' public interfaces
This is the Unicode version of the ComboListBoxControls COM library.
| typedef enum CBLCtlsLibU::AppearanceConstants AppearanceConstants |
Constants used with the Appearance properties
| typedef enum CBLCtlsLibU::BorderStyleConstants BorderStyleConstants |
Constants used with the BorderStyle properties
Constants used with the CharacterConversion properties
Constants used with the CompareItems event
Flags used with the DisabledEvents properties
Constants used with the IDriveComboBox::DisplayNameStyle property
| typedef enum CBLCtlsLibU::DriveTypeConstants DriveTypeConstants |
Flags used with the IDriveComboBox::DisplayedDriveTypes property
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
| typedef enum CBLCtlsLibU::DropDownKeyConstants DropDownKeyConstants |
Constants used with the DropDownKey properties
Constants used with the Filter properties
| typedef enum CBLCtlsLibU::FilterTypeConstants FilterTypeConstants |
Constants used with the FilterType properties
Flags used with the IDriveComboBox::HandleOLEDragDrop property
| typedef enum CBLCtlsLibU::HitTestConstants HitTestConstants |
Flags used with the HitTest methods
Constants used with the IconVisibility property
| typedef enum CBLCtlsLibU::ImageListConstants ImageListConstants |
Constants used with the hImageList properties
| typedef enum CBLCtlsLibU::IMEModeConstants IMEModeConstants |
Constants used with the IMEMode properties
Constants that may be used with the SetInsertMarkPosition and GetInsertMarkPosition methods
Constants that may be used for the relativePosition parameter of the SetInsertMarkPosition and GetInsertMarkPosition methods.
Constants used with the InsertMarkStyle properties
Constants used to identify items within an IComboBoxItems, IDriveComboBoxItems, IImageComboBoxItems or IListBoxItems collection
Constants used with the GetRectangle methods
| typedef enum CBLCtlsLibU::MousePointerConstants MousePointerConstants |
Constants used with the MousePointer properties
| typedef enum CBLCtlsLibU::MultiSelectConstants MultiSelectConstants |
Constants used with the MultiSelect property
Constants used with the OLEQueryContinueDrag event
Constants used with the OLEDragImageStyle property
Constants used with OLE drag'n'drop
Flags used to identify the required drawing action during owner-drawing
Constants used with the OwnerDrawItems properties
Flags used to identify item states during owner-drawing
Constants used with the ItemGetDisplayInfo event
| typedef enum CBLCtlsLibU::RightToLeftConstants RightToLeftConstants |
Flags used with the RightToLeft properties
Constants used with the SelectionChanging event
| typedef enum CBLCtlsLibU::StyleConstants StyleConstants |
Constants used with the Style properties
| typedef enum CBLCtlsLibU::ToolTipsConstants ToolTipsConstants |
Flags used with the ToolTips property
Constants used with the UseSystemImageList property
Constants used with the WritingDirectionChanged event
| typedef struct CBLCtlsLibU::RECTANGLE RECTANGLE |
Holds the coordinates of a rectangle's opposing corners
| enum AppearanceConstants |
Constants used with the Appearance properties
| a2D |
The control is drawn with a flat border. |
| a3D |
The control is drawn with a normal 3D border. |
| a3DLight |
The control is drawn with a light 3D border. |
| aDefault |
Let the control decide about the outer border style.
|
| enum BorderStyleConstants |
Constants used with the BorderStyle properties
Constants used with the CharacterConversion properties
Constants used with the CompareItems event
Flags used with the DisabledEvents properties
Constants used with the IDriveComboBox::DisplayNameStyle property
| enum DriveTypeConstants |
Flags used with the IDriveComboBox::DisplayedDriveTypes property
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
| enum DropDownKeyConstants |
Constants used with the DropDownKey properties
Constants used with the Filter properties
| fpIconIndex |
Retrieve or set the filter that filters by the |
| fpIndent |
Retrieve or set the filter that filters by the |
| fpIndex |
Retrieve or set the filter that filters by the |
| fpItemData |
Retrieve or set the filter that filters by the |
| fpOverlayIndex |
Retrieve or set the filter that filters by the |
| fpSelected |
Retrieve or set the filter that filters by the
|
| fpText |
Retrieve or set the filter that filters by the |
| fpSelectedIconIndex |
Retrieve or set the filter that filters by the |
| fpDriveType |
Retrieve or set the filter that filters by the
|
| fpPath |
Retrieve or set the filter that filters by the
|
| enum FilterTypeConstants |
Constants used with the FilterType properties
Flags used with the IDriveComboBox::HandleOLEDragDrop property
| enum HitTestConstants |
Flags used with the HitTest methods
Constants used with the IconVisibility property
| enum ImageListConstants |
Constants used with the hImageList properties
| enum IMEModeConstants |
Constants used with the IMEMode properties
Constants that may be used with the SetInsertMarkPosition and GetInsertMarkPosition methods
Constants that may be used for the relativePosition parameter of the SetInsertMarkPosition and GetInsertMarkPosition methods.
Constants used with the InsertMarkStyle properties
Constants used to identify items within an IComboBoxItems, IDriveComboBoxItems, IImageComboBoxItems or IListBoxItems collection
Constants used with the GetRectangle methods
Constants used with the MousePointer properties
| enum MultiSelectConstants |
Constants used with the MultiSelect property
Constants used with the OLEQueryContinueDrag event
Constants used with the OLEDragImageStyle property
Constants used with OLE drag'n'drop
Flags used to identify the required drawing action during owner-drawing
Constants used with the OwnerDrawItems properties
Flags used to identify item states during owner-drawing
| odisSelected |
The item is selected. |
| odisDisabled |
The item is disabled. |
| odisFocus |
The item has the keyboard focus. |
| odisNoAccelerator |
The control is drawn without the keyboard accelerator cues. |
| odisNoFocusRectangle |
The control is drawn without focus indicator cues. |
| odisDrawingIntoSelectionField |
The item is to be drawn for the selection field (edit control) of the combo box.
|
Constants used with the ItemGetDisplayInfo event
| enum RightToLeftConstants |
Flags used with the RightToLeft properties
Constants used with the SelectionChanging event
| enum StyleConstants |
Constants used with the Style properties
| enum ToolTipsConstants |
Flags used with the ToolTips property
Constants used with the UseSystemImageList property
Constants used with the WritingDirectionChanged event