AcadToolbarItemClassSetBitmaps Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void SetBitmaps(
string SmallIconName,
string LargeIconName
)
Public Overridable Sub SetBitmaps (
SmallIconName As String,
LargeIconName As String
)
public:
virtual void SetBitmaps(
[InAttribute] String^ SmallIconName,
[InAttribute] String^ LargeIconName
)
abstract SetBitmaps :
SmallIconName : string *
LargeIconName : string -> unit
override SetBitmaps :
SmallIconName : string *
LargeIconName : string -> unit
Parameters
- SmallIconName
- Type: SystemString
- LargeIconName
- Type: SystemString
Implements
IAcadToolbarItemSetBitmaps(String, String)
See Also