Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example creates a custom dialog box.

Visual Basic

Sub fpSpread1_PrintMsgBox (. . .)
    Processed = True
    If OpenMsgBox Then
        myMsgBox.txtText.Text = Text
        myMsgBox.Show
    Else
        myMsgBox.Hide
    End If
End Sub

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.