|
Classes |
interface | IOLEDataObject |
| Wraps the IDataObject interface More...
|
interface | _IOLEDataObjectEvents |
| The OLEDataObject class' events interface More...
|
class | OLEDataObject |
| The OLEDataObject class More...
|
interface | IHotKeyBox |
| The main interface More...
|
interface | _IHotKeyBoxEvents |
| The HotKeyBox class' events interface More...
|
class | HotKeyBox |
| The HotKeyBox class More...
|
interface | IIPAddressBox |
| The main interface More...
|
interface | _IIPAddressBoxEvents |
| The IPAddressBox class' events interface More...
|
class | IPAddressBox |
| The IPAddressBox class More...
|
interface | ITextBox |
| The main interface More...
|
interface | _ITextBoxEvents |
| The TextBox class' events interface More...
|
class | TextBox |
| The TextBox class More...
|
interface | IVirtualUpDownAccelerator |
| Wraps a not existing up down accelerator More...
|
interface | _IVirtualUpDownAcceleratorEvents |
| The VirtualUpDownAccelerator class' events interface More...
|
class | VirtualUpDownAccelerator |
| The VirtualUpDownAccelerator class More...
|
interface | IVirtualUpDownAccelerators |
| Manages a collection of VirtualUpDownAccelerator objects More...
|
interface | _IVirtualUpDownAcceleratorsEvents |
| The VirtualUpDownAccelerators class' events interface More...
|
class | VirtualUpDownAccelerators |
| The VirtualUpDownAccelerators class More...
|
interface | IUpDownAccelerator |
| Wraps an existing up down accelerator More...
|
interface | _IUpDownAcceleratorEvents |
| The UpDownAccelerator class' events interface More...
|
class | UpDownAccelerator |
| The UpDownAccelerator class More...
|
interface | IUpDownAccelerators |
| Manages a collection of UpDownAccelerator objects More...
|
interface | _IUpDownAcceleratorsEvents |
| The UpDownAccelerators class' events interface More...
|
class | UpDownAccelerators |
| The UpDownAccelerators class More...
|
interface | IUpDownTextBox |
| The main interface More...
|
interface | _IUpDownTextBoxEvents |
| The UpDownTextBox class' events interface More...
|
class | UpDownTextBox |
| The UpDownTextBox class More...
|
Typedefs |
typedef enum
EditCtlsLibU::AppearanceConstants | AppearanceConstants |
| Constants used with the Appearance properties
|
typedef enum
EditCtlsLibU::AutoScrollingConstants | AutoScrollingConstants |
| Flags used with the AutoScrolling properties
|
typedef enum
EditCtlsLibU::BalloonTipIconConstants | BalloonTipIconConstants |
| 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
|
typedef enum
EditCtlsLibU::CharacterConversionConstants | CharacterConversionConstants |
| Constants used with the CharacterConversion properties
|
typedef enum
EditCtlsLibU::DisabledEventsConstants | DisabledEventsConstants |
| Flags used with the DisabledEvents properties
|
typedef enum
EditCtlsLibU::DropDescriptionIconConstants | DropDescriptionIconConstants |
| Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
|
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 ITextBox::IMEMode property
|
typedef enum
EditCtlsLibU::InsertMarkPositionConstants | InsertMarkPositionConstants |
| Constants that may be used with the TextBox::SetInsertMarkPosition and TextBox::GetInsertMarkPosition methods
|
typedef enum
EditCtlsLibU::InvalidKeyCombinationsConstants | InvalidKeyCombinationsConstants |
| 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
|
typedef enum
EditCtlsLibU::OLEActionToContinueWithConstants | OLEActionToContinueWithConstants |
| Constants used with the OLEQueryContinueDrag event
|
typedef enum
EditCtlsLibU::OLEDropEffectConstants | OLEDropEffectConstants |
| 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 ITextBox::RightToLeft property
|
typedef enum
EditCtlsLibU::ScrollAxisConstants | ScrollAxisConstants |
| Flags used with the ITextBox::Scroll method and the _ITextBoxEvents::Scrolling event
|
typedef enum
EditCtlsLibU::ScrollBarsConstants | ScrollBarsConstants |
| Flags used with the ITextBox::ScrollBars property
|
typedef enum
EditCtlsLibU::ScrollDirectionConstants | ScrollDirectionConstants |
| Constants used with the ITextBox::Scroll method
|
typedef enum
EditCtlsLibU::UpDownPositionConstants | UpDownPositionConstants |
| Constants used with the IUpDownTextBox::UpDownPosition property
|
typedef enum
EditCtlsLibU::WritingDirectionConstants | WritingDirectionConstants |
| Constants used with the WritingDirectionChanged events
|
Enumerations |
enum | AppearanceConstants { a2D,
a3D,
a3DLight
} |
| 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
} |
| Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods 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 ITextBox::IMEMode property 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 | 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 ITextBox::RightToLeft property More...
|
enum | ScrollAxisConstants { saVertical = 1,
saHorizontal = 2
} |
| Flags used with the ITextBox::Scroll method and the _ITextBoxEvents::Scrolling event 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...
|
This is the Unicode version of the EditControls COM library.