GridTablesFactory::CreateGridTables Method (DataGridTableStyle^, Object^, String^, BindingContext^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the specified DataGridTableStyle in a one-element array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static array<DataGridTableStyle^>^ CreateGridTables( DataGridTableStyle^ gridTable, Object^ dataSource, String^ dataMember, BindingContext^ bindingManager )
Parameters
- gridTable
- Type: System.Windows.Forms::DataGridTableStyle^
- dataSource
-
Type:
System::Object^
An Object.
- dataMember
-
Type:
System::String^
A String.
- bindingManager
- Type: System.Windows.Forms::BindingContext^
Return Value
Type: array<System.Windows.Forms::DataGridTableStyle^>^An array of DataGridTableStyle objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: