FactelligenceAvailableButton Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The FactelligenceAvailableButton() method is the constructor for the class.
'Declaration
Public Function New( _
ByVal ScreenName As String, _
ByVal ControlID As String _
)
public FactelligenceAvailableButton(
string ScreenName,
string ControlID
)
Parameters
- ScreenName
- Required. Holds a string representing the name of a screen that can be found in the UI_Button_Set table.
- ControlID
- Required. Holds a string used to identify the control that will be using this implementation of the class.