Click or drag to resize
FormCommandCollectionFindByButtonId Method

[This is preliminary documentation and is subject to change.]

Find a FormCOmmand in the collection, search for ButtonId

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public FormCommand FindByButtonId(
	string buttonId
)

Parameters

buttonId
Type: SystemString

[Missing <param name="buttonId"/> documentation for "M:CSC.SC.TOPICA4.Template.FormCommandCollection.FindByButtonId(System.String)"]

Return Value

Type: FormCommand

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormCommandCollection.FindByButtonId(System.String)"]

See Also