CustomizeToolBarEventArgs Constructor
In This Topic
Initializes a new instance of the CustomizeToolBarEventArgs class
Syntax
'Declaration
Public Function New( _
ByVal As C1ToolBar _
)
public CustomizeToolBarEventArgs(
C1ToolBar
)
Parameters
- toolBar
- The tool bar just customized
See Also