ComboBox.SetBinding Method | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL METHOD SetBinding(
sender AS Control,
bindingInfo AS STRING
) AS VOID
public virtual void SetBinding(
Control sender,
string bindingInfo
)
Request Example
View SourceParameters
- sender
- Type: Control
- bindingInfo
- Type: String
See Also