FlexGridAutomationPeer Constructor
In This Topic
Initializes a new instance of the
FlexGridAutomationPeer class.
Syntax
'Declaration
Public Function New( _
ByVal As FlexGrid _
)
public FlexGridAutomationPeer(
FlexGrid
)
Parameters
- owner
- The FrameworkElement associated with this FlexGridAutomationPeer.
See Also