'Declaration Public Overloads Sub AddShape( _ ByVal ShapeType As String _ )
'Declaration
Public Overloads Sub AddShape( _ ByVal ShapeType As String _ )
'Usage Dim instance As DrawingToolbar Dim ShapeType As String instance.AddShape(ShapeType)
'Usage
Dim instance As DrawingToolbar Dim ShapeType As String instance.AddShape(ShapeType)
public void AddShape( string ShapeType )
DrawingToolbar Class DrawingToolbar Members Overload List