Click or drag to resize

DataMappingRowControlSetButtonText Method

Set text for a button with tag. Button must exist.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetButtonText(
	string tag,
	string text
)

Parameters

tag  String
text  String
Exceptions
ExceptionCondition
ArgumentNullException
See Also