| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal image As Image, _ ByVal text As String, _ ByVal clickHandler As CommandEventHandler, _ ByVal commandID As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CommandBarButton( Image image, string text, CommandEventHandler clickHandler, int commandID ) | |
Parameters
- image
- text
- clickHandler
- commandID