Version

GetColumnControl Method (WinGridReplayServer)

Return the control attached to a column in the grid.
Syntax
'Declaration
 
Public Overridable Function GetColumnControl( _
   ByVal column As System.Object _
) As System.Object
public virtual System.object GetColumnControl( 
   System.object column
)

Parameters

column
The column path in the following format "[Band Index];[Column Key]"

Return Value

An object value that inclide the attached control, or null.
Remarks
If the column is attached to UltraDropDown control or UltraCombo control using its ValueList, This method will return the UltraDropDown or UltraCombo. If the control is attached using the column EditorControl property, this method will return the attached editor, otherwise this method will return null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also