ButtonSetDisabledFlag( buttonName, value )

  • Details last confirmed with client version: 4.0.3.0
  • Allows you to enable or disable a button within a window.
  • Arguments:
    • buttonName
      • The name of a valid button within an xml file.
      • Type: String
      • Limitations: Must be ba valid button name from an xml file
    • value
  • Example:
    • ButtonSetDisabledFlag( "mybutton", false )