import"FxInterfaces.idl";
|
HRESULT | Item ([in] VARIANT Index, [out, retval] IAcadToolbarItem **pItem) |
|
HRESULT | AddToolbarButton ([in] VARIANT Index, [in] BSTR Name, [in] BSTR HelpString, [in] BSTR Macro, [in, optional] VARIANT FlyoutButton, [out, retval] IAcadToolbarItem **pItem) |
|
HRESULT | AddSeparator ([in] VARIANT Index, [out, retval] IAcadToolbarItem **pItem) |
|
HRESULT | Dock ([in] AcToolbarDockStatus Side) |
|
HRESULT | Float ([in] int top, [in] int left, [in] int NumberFloatRows) |
|
HRESULT | Delete () |
|
Definition at line 1394 of file FxInterfaces.idl.
◆ AddSeparator()
HRESULT IAcadToolbar::AddSeparator |
( |
[in] VARIANT |
Index, |
|
|
[out, retval] IAcadToolbarItem ** |
pItem |
|
) |
| |
◆ AddToolbarButton()
HRESULT IAcadToolbar::AddToolbarButton |
( |
[in] VARIANT |
Index, |
|
|
[in] BSTR |
Name, |
|
|
[in] BSTR |
HelpString, |
|
|
[in] BSTR |
Macro, |
|
|
[in, optional] VARIANT |
FlyoutButton, |
|
|
[out, retval] IAcadToolbarItem ** |
pItem |
|
) |
| |
◆ Delete()
HRESULT IAcadToolbar::Delete |
( |
| ) |
|
◆ Dock()
HRESULT IAcadToolbar::Dock |
( |
[in] AcToolbarDockStatus |
Side | ) |
|
◆ Float()
HRESULT IAcadToolbar::Float |
( |
[in] int |
top, |
|
|
[in] int |
left, |
|
|
[in] int |
NumberFloatRows |
|
) |
| |
◆ Item()
HRESULT IAcadToolbar::Item |
( |
[in] VARIANT |
Index, |
|
|
[out, retval] IAcadToolbarItem ** |
pItem |
|
) |
| |
◆ _NewEnum
IUnknown IAcadToolbar::_NewEnum |
|
get |
◆ Application
◆ Count
◆ DockStatus
AcToolbarDockStatus IAcadToolbar::DockStatus |
|
get |
◆ FloatingRows
int IAcadToolbar::FloatingRows |
|
getset |
◆ Height
◆ HelpString
BSTR IAcadToolbar::HelpString |
|
getset |
◆ LargeButtons
VARIANT_BOOL IAcadToolbar::LargeButtons |
|
get |
◆ left
◆ Name
◆ Parent
IDispatch IAcadToolbar::Parent |
|
get |
◆ TagString
BSTR IAcadToolbar::TagString |
|
get |
◆ top
◆ Visible
VARIANT_BOOL IAcadToolbar::Visible |
|
getset |
◆ Width
The documentation for this interface was generated from the following file: