DataBrowser.SetColumnFocus Method (Typed) | |
Set the column focus to a specified data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetColumnFocus(
oColumn AS DataColumn
) AS LOGIC
public virtual bool SetColumnFocus(
DataColumn oColumn
)
Request Example
View SourceParameters
- oColumn
- Type: DataColumn
The column that the focus will be set to. If omitted, the default is NULL_OBJECT; the focus will not be changed.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also