|
TimoSoft StatusBar
1.3.3.129
|
Contains COM definitions for the control's public interface More...
Classes | |
| struct | RECTANGLE |
| Holds the coordinates of a rectangle's opposing corners More... | |
| interface | IStatusBarPanel |
| Wraps an existing panel More... | |
| interface | IStatusBarPanels |
Manages a collection of StatusBarPanel objects More... | |
| interface | IOLEDataObject |
Wraps the IDataObject interface More... | |
| interface | IStatusBar |
| The main interface More... | |
| interface | _IStatusBarEvents |
The StatusBar class' events interface More... | |
| class | StatusBar |
The StatusBar class More... | |
| interface | _IStatusBarPanelEvents |
The StatusBarPanel class' events interface More... | |
| class | StatusBarPanel |
The StatusBarPanel class More... | |
| interface | _IStatusBarPanelsEvents |
The StatusBarPanels class' events interface More... | |
| class | StatusBarPanels |
The StatusBarPanels class More... | |
| interface | _IOLEDataObjectEvents |
The OLEDataObject class' events interface More... | |
| class | OLEDataObject |
The OLEDataObject class More... | |
Contains COM definitions for the control's public interface
This is the Unicode version of the StatusBar COM library.
| typedef enum StatBarLibU::AlignmentConstants AlignmentConstants |
Constants used with the IStatusBarPanel::Alignment property
| typedef enum StatBarLibU::AppearanceConstants AppearanceConstants |
Constants used with the Appearance property
| typedef enum StatBarLibU::BorderStyleConstants BorderStyleConstants |
Constants used with the BorderStyle property
Flags used with the DisabledEvents property
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
| typedef enum StatBarLibU::HitTestConstants HitTestConstants |
Flags used with the HitTest method
| typedef enum StatBarLibU::MousePointerConstants MousePointerConstants |
Constants used with the MousePointer property
Constants used with OLE drag'n'drop
Constants used with the IStatusBarPanel::BorderStyle property
| typedef enum StatBarLibU::PanelContentConstants PanelContentConstants |
Constants used with the IStatusBarPanel::Content property
| typedef struct StatBarLibU::RECTANGLE RECTANGLE |
Holds the coordinates of a rectangle's opposing corners
| enum AlignmentConstants |
Constants used with the IStatusBarPanel::Alignment property
| Enumerator | |
|---|---|
| alLeft |
The panel's text is left-aligned. |
| alCenter |
The panel's text is centered. |
| alRight |
The panel's text is right-aligned. |
| enum AppearanceConstants |
Constants used with the Appearance property
| 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. |
| enum BorderStyleConstants |
Constants used with the BorderStyle property
| Enumerator | |
|---|---|
| bsNone |
The control is drawn without an inner border. |
| bsFixedSingle |
The control is drawn with an inner border. |
Flags used with the DisabledEvents property
Constants used with the IOLEDataObject::GetDropDescription and IOLEDataObject::SetDropDescription methods
| enum HitTestConstants |
Flags used with the HitTest method
Constants used with the MousePointer property
Constants used with OLE drag'n'drop
Constants used with the IStatusBarPanel::BorderStyle property
| Enumerator | |
|---|---|
| pbsSunken |
The panel is drawn with a sunken border. |
| pbsNone |
The panel is drawn without a border. |
| pbsRaised |
The panel is drawn with a raised border. |
Constants used with the IStatusBarPanel::Content property
| Enumerator | |
|---|---|
| pcText |
The panel displays the text specified by the
|
| pcCapsLock |
The panel displays the status of the
|
| pcNumLock |
The panel displays the status of the
|
| pcScrollLock |
The panel displays the status of the
|
| pcKanaLock |
The panel displays the status of the
|
| pcInsertKey |
The panel displays the status of the
|
| pcShortTime |
The panel displays the current system time (hours and minutes) |
| pcLongTime |
The panel displays the current system time (hours, minutes and seconds) |
| pcShortDate |
The panel displays the current system date (short format) |
| pcLongDate |
The panel displays the current system date (long format) |
| pcOwnerDrawn |
The control raises the
|