F
faramir
Hi
I have made a toolbar with 6 buttons, here is an example of one
Set vsoToolbarItem = vsoToolbarItems.Add
vsoToolbarItem.CntrlType = visCtrlTypeBUTTON
vsoToolbarItem.Caption = "Links"
vsoToolbarItem.AddOnName = "CallsToStencil.makeLinksBlack"
Now i would like to set a text on the button, i can do it manuel. I
would like to do it by code, but don't know how to do it.
Soren
I have made a toolbar with 6 buttons, here is an example of one
Set vsoToolbarItem = vsoToolbarItems.Add
vsoToolbarItem.CntrlType = visCtrlTypeBUTTON
vsoToolbarItem.Caption = "Links"
vsoToolbarItem.AddOnName = "CallsToStencil.makeLinksBlack"
Now i would like to set a text on the button, i can do it manuel. I
would like to do it by code, but don't know how to do it.
Soren