Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>TypeOptionThe cell's type. (See Remarks)Text
<2>ParametersMultivalueParameters specific to the Type, (See Remark)N/A
<3>Button BackgroundColor FillThe button backgroundNone
<4>Button Background HotColor FillThe button background when the user hovers over itNone
<5>Button Background PushedColor FillThe button background when the user presses itNone
<6>Button Background DisabledColor FillThe button background when disabled. (4.0.1 and later only)None
<7>Button Foreground DisabledColorThe button text color when disabled. (4.0.1 and later only)None

Indices

IndexDescription
fieldIndex to an existing field
recordIndex to an existing record

...

Button Backgrounds

Fields <3> , <4>, and <5> - <7> establish custom colors for Option Buttons, Combo Box buttons, and Push Buttons. Therefore, they only apply to cell's of type "Option", "Combo", and "Push Button". The backgrounds can be set to any valid Color Fill value. The foreground colors can be set to any valid Color value.

These fields are "None" by default, which indicates that the table should render them using the standard sytem themes. These fields have been added primarily to allow you to keep your cell buttons consistent with your header cell's.

...