|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TypesMsoBarPositionDefines the position of a CommandBar (IaxpCmdBar interface).
type
MsoBarPosition = axpOffice.MsoBarPosition;
const
msoBarLeft = axpOffice.msoBarLeft;
msoBarTop = axpOffice.msoBarTop; msoBarRight = axpOffice.msoBarRight; msoBarBottom = axpOffice.msoBarBottom; msoBarFloating = axpOffice.msoBarFloating; msoBarPopup = axpOffice.msoBarPopup; Redeclaration of axpOffice.MsoBarPosition. Is used in TaxpAddIn.AddCmdBar method. See description of constants in VBA Help. MsoBarProtectionDefines protection types of a CommandBar(IaxpCmdBar interface).
type
MsoBarProtection = axpOffice.MsoBarProtection;
const
msoBarNoProtection = axpOffice.msoBarNoProtection;
msoBarNoCustomize = axpOffice.msoBarNoCustomize; msoBarNoResize = axpOffice.msoBarNoResize; msoBarNoMove = axpOffice.msoBarNoMove; msoBarNoChangeVisible = axpOffice.msoBarNoChangeVisible; msoBarNoChangeDock = axpOffice.msoBarNoChangeDock; msoBarNoVerticalDock = axpOffice.msoBarNoVerticalDock; msoBarNoHorizontalDock = axpOffice.msoBarNoHorizontalDock; Redeclaration of axpOffice.MsoBarProtection. See description of constants in VBA Help. MsoButtonStyleDefines the style of a button (IaxpButton interface).
type
MsoButtonStyle = TOleEnum;
const
msoButtonAutomatic = axpOffice.msoButtonAutomatic;
msoButtonIcon = axpOffice.msoButtonIcon; msoButtonCaption = axpOffice.msoButtonCaption; msoButtonIconAndCaption = axpOffice.msoButtonIconAndCaption; msoButtonIconAndWrapCaption =
axpOffice.msoButtonIconAndWrapCaption;
msoButtonIconAndCaptionBelow =
axpOffice.msoButtonIconAndCaptionBelow;
msoButtonWrapCaption = axpOffice.msoButtonWrapCaption;
msoButtonIconAndWrapCaptionBelow =
axpOffice.msoButtonIconAndWrapCaptionBelow;
Redeclaration of axpOffice.MsoButtonStyle. Is used in TaxpAddIn.AddButton method. See description of constants in VBA Help. MsoComboStyleDefines the style of a combo box and its edit box (interface IaxpComboBox).
type
MsoComboStyle = TOleEnum;
const
msoComboNormal = axpOffice.msoComboNormal;
msoComboLabel = axpOffice.msoComboLabel; Redeclaration of axpOffice.MsoComboStyle. Is used in TaxpAddIn.AddComboBox and TaxpAddIn.AddEdit methods. See description of constants in VBA Help. TaxpOfficeHostAppDefines host applications.
type
TaxpOfficeHostApp = (ohaExcel, ohaWord, ohaOutlook,
ohaPowerPoint, ohaAccess, ohaProject, ohaFrontPage);
TaxpHostAppSet = set of TaxpOfficeHostApp;
The elements of this type are constants corresponding to MS Office applications. Is used by the TaxpAddIn.HostType property and in TaxpFactory.Create. TaxpControlTypeDefines control types.
type
TaxpControlType = (axpButton, axpEdit, axpDropdown,
axpCombobox, axpPopup);
The elements of this type are constants corresponding to controls supported by Add-in Express:
Is used in TaxpAddIn.AddControl method. IaxpCmdBarsInterface of CommandBars collection.
type
IaxpCmdBars = axpOffice.CommandBars;
Redeclaration of axpOffice.CommandBars. IaxpCmdBarInterface of CommandBar.
type
IaxpCmdBar = axpOffice.CommandBar;
Redeclaration of axpOffice.CommandBar. Is used in TaxpAddIn.AddCmdBar method. IaxpControlInterface of CommandBarControl.
type
IaxpControl = axpOffice.CommandBarControl;
Redeclaration of axpOffice.CommandBarControl. Is used in TaxpAddIn.AddControl method. IaxpButtonInterface of button.
type
IaxpButton = axpOffice.CommandBarButton;
Redeclaration of axpOffice.CommandBarButton. Is used in TaxpAddIn.AddButton method. IaxpComboBoxInterface of a combo box.
type
IaxpComboBox = axpOffice.CommandBarComboBox;
Redeclaration of axpOffice.CommandBarComboBox. Is used in TaxpAddIn.AddComboBox method. IaxpPopupInterface of a button with popup menu.
type
IaxpPopup = axpOffice.CommandBarPopupDisp;
Redeclaration of axpOffice.CommandBarPopup. Is used in TaxpAddIn.AddPopup method. |
Developed forDelphi 5, 6, 7
[ Download it ] Immediate shipment
|