controlArgs를 사용하여 컨트롤을 생성하고 ColumnControl<(Of <(<'TControl>)>)>클래스의 새 인스턴스를 초기화합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public ColumnControl( params Object[] controlArgs ) |
Visual Basic |
---|
Public Sub New ( _ ParamArray controlArgs As Object() _ ) |
Visual C++ |
---|
public: ColumnControl( ... array<Object^>^ controlArgs ) |
Parameters
- controlArgs
- Type: array<System..::..Object>[]()[][]
[Missing <param name="controlArgs"/> documentation for "M:Ntreev.Windows.Forms.Grid.ColumnControl`1.#ctor(System.Object[])"]
Remarks
만약 컨트롤의 특수 생성자가 있을때에는 controlArgs를 사용하여 필요한 인자를 넘길 수 있습니다.