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

Copyright © GrapeCity, inc. All rights reserved.