|
TimoSoft EditControls
1.11.0.214
|
Contains COM definitions for the controls' public interfaces More...
Enumerations | |
| enum | AppearanceConstants { a2D, a3D, a3DLight, aDefault } |
Constants used with the Appearance properties More... | |
| enum | AutoScrollingConstants { asNone = 0, asVertical = 1, asHorizontal = 2 } |
Flags used with the AutoScrolling properties More... | |
| enum | BalloonTipIconConstants { btiNone = 0, btiInfo = 1, btiWarning = 2, btiError = 3, btiInfoLarge = 4, btiWarningLarge = 5, btiErrorLarge = 6 } |
Constants used with the ShowBalloonTip methods More... | |
| enum | BaseConstants { bDecimal, bHexadecimal } |
Constants used with the Base 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 | DisabledEventsConstants { deMouseEvents = 0x01, deClickEvents = 0x02, deKeyboardEvents = 0x08, deBeforeDrawText = 0x400, deScrolling = 0x800, deTextChangedEvents = 0x1000, deValueChangingEvents = 0x2000 } |
Flags used with the DisabledEvents properties 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 | ExtendedMouseButtonConstants { embXButton1 = 0x20, embXButton2 = 0x40 } |
| Constants used with the extended mouse button events More... | |
| enum | HAlignmentConstants { halLeft, halCenter, halRight } |
Constants used with the HAlignment properties More... | |
| enum | HitTestConstants { htNotOverControl, htTextBox, htUpDown } |
Constants used with the IUpDownTextBox::HitTest method 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 TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods More... | |
| enum | InvalidKeyCombinationsConstants { ikcUnmodifiedKeys = 0x0001, ikcShiftPlusKey = 0x0002, ikcCtrlPlusKey = 0x0004, ikcAltPlusKey = 0x0008, ikcShiftPlusCtrlPlusKey = 0x0010, ikcShiftPlusAltPlusKey = 0x0020, ikcCtrlPlusAltPlusKey = 0x0040, ikcShiftPlusCtrlPlusAltPlusKey = 0x0080 } |
Flags used with the IHotKeyBox::InvalidKeyCombinations property More... | |
| enum | ModifierKeysConstants { mkShift = 0x01, mkCtrl = 0x02, mkAlt = 0x04, mkExt = 0x08 } |
Flags used with the IHotKeyBox::DefaultModifierKeys property and the IHotKeyBox::GetCurrentKeyCombination and IHotKeyBox::SetCurrentKeyCombination 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 | 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 | OrientationConstants { oHorizontal, oVertical } |
Constants used with the IUpDownTextBox::Orientation property More... | |
| enum | RightToLeftConstants { rtlText = 1, rtlLayout = 2 } |
Flags used with the RightToLeft properties More... | |
| enum | ScrollAxisConstants { saVertical = 1, saHorizontal = 2 } |
Flags used with the ITextBox::Scroll method and the _ITextBoxEvents::Scrolling and MouseWheel events More... | |
| enum | ScrollBarsConstants { sbNone = 0, sbVertical = 1, sbHorizontal = 2 } |
Flags used with the ITextBox::ScrollBars property More... | |
| enum | ScrollDirectionConstants { sdLineUpOrLeft = 0, sdLineDownOrRight = 1, sdPageUpOrLeft = 2, sdPageDownOrRight = 3, sdTopOrLeft = 6, sdBottomOrRight = 7, sdCustom = 99 } |
Constants used with the ITextBox::Scroll method More... | |
| enum | UpDownPositionConstants { udLeftOfTextBox, udRightOfTextBox } |
Constants used with the IUpDownTextBox::UpDownPosition property More... | |
| enum | WritingDirectionConstants { wdLeftToRight, wdRightToLeft } |
Constants used with the WritingDirectionChanged events More... | |
Contains COM definitions for the controls' public interfaces
This is the Unicode version of the EditControls COM library.
| typedef enum EditCtlsLibU::AppearanceConstants AppearanceConstants |
Constants used with the Appearance properties
Flags used with the AutoScrolling properties
Constants used with the ShowBalloonTip methods
| typedef enum EditCtlsLibU::BaseConstants BaseConstants |
Constants used with the Base properties
| typedef enum EditCtlsLibU::BorderStyleConstants BorderStyleConstants |
Constants used with the BorderStyle properties
Constants used with the CharacterConversion properties
Flags used with the DisabledEvents properties
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
Constants used with the extended mouse button events
| typedef enum EditCtlsLibU::HAlignmentConstants HAlignmentConstants |
Constants used with the HAlignment properties
| typedef enum EditCtlsLibU::HitTestConstants HitTestConstants |
Constants used with the IUpDownTextBox::HitTest method
| typedef enum EditCtlsLibU::IMEModeConstants IMEModeConstants |
Constants used with the IMEMode properties
Constants that may be used with the TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods
Constants that may be used for the relativePosition parameter of the TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods.
Flags used with the IHotKeyBox::InvalidKeyCombinations property
| typedef enum EditCtlsLibU::ModifierKeysConstants ModifierKeysConstants |
Flags used with the IHotKeyBox::DefaultModifierKeys property and the IHotKeyBox::GetCurrentKeyCombination and IHotKeyBox::SetCurrentKeyCombination methods
| typedef enum EditCtlsLibU::MousePointerConstants MousePointerConstants |
Constants used with the MousePointer properties
Constants used with the OLEQueryContinueDrag event
Constants used with the OLEDragImageStyle property
Constants used with OLE drag'n'drop
| typedef enum EditCtlsLibU::OrientationConstants OrientationConstants |
Constants used with the IUpDownTextBox::Orientation property
| typedef enum EditCtlsLibU::RightToLeftConstants RightToLeftConstants |
Flags used with the RightToLeft properties
| typedef enum EditCtlsLibU::ScrollAxisConstants ScrollAxisConstants |
Flags used with the ITextBox::Scroll method and the _ITextBoxEvents::Scrolling and MouseWheel events
| typedef enum EditCtlsLibU::ScrollBarsConstants ScrollBarsConstants |
Flags used with the ITextBox::ScrollBars property
Constants used with the ITextBox::Scroll method
Constants used with the IUpDownTextBox::UpDownPosition property
Constants used with the WritingDirectionChanged events
| enum AppearanceConstants |
Constants used with the Appearance properties
| Enumerator | |
|---|---|
| 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.
|
Flags used with the AutoScrolling properties
Constants used with the ShowBalloonTip methods
| enum BaseConstants |
Constants used with the Base properties
| Enumerator | |
|---|---|
| bDecimal | The contained edit control displays numbers in decimal digits. |
| bHexadecimal | The contained edit control displays numbers in hexadecimal digits. |
| enum BorderStyleConstants |
Constants used with the BorderStyle properties
| Enumerator | |
|---|---|
| bsNone | The control is drawn without an inner border. |
| bsFixedSingle | The control is drawn with an inner border. |
Constants used with the CharacterConversion properties
Flags used with the DisabledEvents properties
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
Constants used with the extended mouse button events
| Enumerator | |
|---|---|
| embXButton1 | Identifies the first extended mouse button. |
| embXButton2 | Identifies the second extended mouse button. |
| enum HAlignmentConstants |
| enum HitTestConstants |
Constants used with the IUpDownTextBox::HitTest method
| enum IMEModeConstants |
Constants used with the IMEMode properties
Constants that may be used with the TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods
Constants that may be used for the relativePosition parameter of the TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods.
|
property |
Flags used with the IHotKeyBox::InvalidKeyCombinations property
|
property |
Flags used with the IHotKeyBox::DefaultModifierKeys property and the IHotKeyBox::GetCurrentKeyCombination and IHotKeyBox::SetCurrentKeyCombination methods
Constants used with the MousePointer properties
|
property |
Constants used with the OLEDragImageStyle property
Constants used with OLE drag'n'drop
|
property |
Constants used with the IUpDownTextBox::Orientation property
| Enumerator | |
|---|---|
| oHorizontal | The control is orientated horizontally. |
| oVertical | The control is orientated vertically. |
| enum RightToLeftConstants |
| enum ScrollAxisConstants |
Flags used with the ITextBox::Scroll method and the _ITextBoxEvents::Scrolling and MouseWheel events
| Enumerator | |
|---|---|
| saVertical | Scroll vertically. |
| saHorizontal | Scroll horizontally. |
|
property |
Flags used with the ITextBox::ScrollBars property
| Enumerator | |
|---|---|
| sbNone | Don't display any scrollbars. |
| sbVertical | Display a vertical scrollbar. |
| sbHorizontal | Display a horizontal scrollbar. |
Constants used with the ITextBox::Scroll method
|
property |
Constants used with the IUpDownTextBox::UpDownPosition property
| Enumerator | |
|---|---|
| udLeftOfTextBox | The up down control is placed to the left of the textbox. |
| udRightOfTextBox | The up down control is placed to the right of the textbox. |