'Declaration
Public Function New( _ ByVal shape As Shape, _ ByVal text As String, _ ByVal action As ShapeActionsCommand.Actions _ )
'Usage
Dim shape As Shape Dim text As String Dim action As ShapeActionsCommand.Actions Dim instance As New ShapeActionsCommand(shape, text, action)
Parameters
- shape
- The shape to set new text.
- text
- The new text of shape.
- action