Spread 8.0 Documentation
ActiveX
Support Options

Glossary Item Box

ActiveX


To display text tips

  1. Specify that you want to display text tips, whether you want text tips to display only when the control has the focus, and the location of the text tips by setting the TextTip property to a value other than 0 (Off), as described in the following table:

    If you want the text tip to display . . . Use this setting . . .
    Aligned to the top-left corner of the header or cell for which it appears at any time 1 (Fixed)
    Aligned to the top-left corner of the header or cell for which it appears only when the control has the focus 3 (Fixed Focus Only)
    Aligned to the pointer location at any time 2 (Floating)
    Aligned to the pointer location only when the control has the focus 4 (Floating Focus Only)

  2. If you want to change the delay interval before the control displays text tips, set the TextTipDelay property.
  3. Set the ShowTip parameter to TRUE in the TextTipFetch event to display text tips for cells where the text is completely displayed.
Copyright © GrapeCity, inc. All rights reserved.