public void AddButton( string strToolbarName, int nAt, string strAction, string strPictureFile, string strTooltip )
public: void AddButton( String^ strToolbarName, int nAt, String^ strAction, String^ strPictureFile, String^ strTooltip )
Parameters
- strToolbarName
- the name of the toolbar.
- nAt
- The position to add this button. First position is zero
- strAction
- the action of the button.
- strPictureFile
- the picture file of the button.
- strTooltip