COM / ActiveX SDK Documentation  2022 SP0
Public Member Functions | Properties | List of all members
IAcadToolbarItem Interface Reference

import"FxInterfaces.idl";

Inheritance diagram for IAcadToolbarItem:

Public Member Functions

HRESULT GetBitmaps ([out] BSTR *SmallIconName, [out] BSTR *LargeIconName)
 
HRESULT SetBitmaps ([in] BSTR SmallIconName, [in] BSTR LargeIconName)
 
HRESULT AttachToolbarToFlyout ([in] BSTR MenuGroupName, [in] BSTR ToolbarName)
 
HRESULT Delete ()
 

Properties

IAcadApplication Application [get]
 
IAcadToolbar Parent [get]
 
BSTR Name [get, set]
 
BSTR TagString [get, set]
 
AcToolbarItemType Type [get]
 
IAcadToolbar Flyout [get]
 
BSTR Macro [get, set]
 
int Index [get]
 
BSTR HelpString [get, set]
 

Detailed Description

Definition at line 1472 of file FxInterfaces.idl.

Member Function Documentation

◆ AttachToolbarToFlyout()

HRESULT IAcadToolbarItem::AttachToolbarToFlyout ( [in] BSTR  MenuGroupName,
[in] BSTR  ToolbarName 
)

◆ Delete()

HRESULT IAcadToolbarItem::Delete ( )

◆ GetBitmaps()

HRESULT IAcadToolbarItem::GetBitmaps ( [out] BSTR *  SmallIconName,
[out] BSTR *  LargeIconName 
)

◆ SetBitmaps()

HRESULT IAcadToolbarItem::SetBitmaps ( [in] BSTR  SmallIconName,
[in] BSTR  LargeIconName 
)

Property Documentation

◆ Application

IAcadApplication IAcadToolbarItem::Application
get

◆ Flyout

IAcadToolbar IAcadToolbarItem::Flyout
get

◆ HelpString

BSTR IAcadToolbarItem::HelpString
getset

◆ Index

int IAcadToolbarItem::Index
get

◆ Macro

BSTR IAcadToolbarItem::Macro
getset

◆ Name

BSTR IAcadToolbarItem::Name
getset

◆ Parent

IAcadToolbar IAcadToolbarItem::Parent
get

◆ TagString

BSTR IAcadToolbarItem::TagString
getset

◆ Type

AcToolbarItemType IAcadToolbarItem::Type
get

The documentation for this interface was generated from the following file: