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