Click or drag to resize
ButtonBaseDefinition Fields

The ButtonBaseDefinition type exposes the following members.

Fields
  NameDescription
Public fieldCommandEnableJavaScript
Javascript to determine, if control is enabled or disabled. By default it is "true" (button is always enabled).
Public fieldCommandJavaScript
Javascript will be run when button is pressed. Required for all types of buttons. By default, button does nothing.
Top
See Also