次のサンプル コードは、ダイアログのカスタム テキストを設定します。
FarPoint.Win.Spread.SearchDialog sd;
fpSpread1.SearchWithDialog("Test");
sd = fpSpread1.SearchDialog;
sd.SetCustomText("TextLabel", "Matched", "Bingo", "Alternate", "WC", "Test", "Forward", "Close", "Ooops", "Again");
Dim WithEvents sd As FarPoint.Win.Spread.SearchDialog
FpSpread1.SearchWithDialog("Test")
sd = FpSpread1.SearchDialog
sd.SetCustomText("TextLabel", "Matched", "Bingo", "Alternate", "WC", "Test", "Forward", "Close", "Ooops", "Again")