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