ShapeProps Constructor(Control)
In This Topic
Creates a new set of shape properties for the specified control.
Syntax
'Declaration
Public Function New( _
ByVal As Control _
)
'Usage
Dim control As Control
Dim instance As New ShapeProps(control)
public ShapeProps(
Control
)
Parameters
- control
- Control
See Also