PowerTools SPREAD for Windows Forms 8.0J
SetCustomText(String,String,String,String,String,String,String,String,String,String) メソッド


「検索する文字列」ラベル文字列
「大文字小文字の区別」ラベル文字列
「完全一致」ラベル文字列
「検索方向」ラベル文字列
「ワイルドカードの使用」ラベル文字列
「検索」文字列
「次を検索」文字列
「閉じる」文字列
「見つかりませんでした」文字列
先頭から検索を続けるかどうかを確認する文字列
指定値のカスタムテキストをフォームに設定します。
構文
'Declaration
 
Public Overloads Overridable Sub SetCustomText( _
   ByVal findTextLabel As String, _
   ByVal matchCaseLabel As String, _
   ByVal exactMatchLabel As String, _
   ByVal alternateSearchLabel As String, _
   ByVal useWildcardsLabel As String, _
   ByVal findText As String, _
   ByVal findNextText As String, _
   ByVal closeText As String, _
   ByVal notFoundText As String, _
   ByVal repeatSearchText As String _
) 
'使用法
 
Dim instance As SearchDialog
Dim findTextLabel As String
Dim matchCaseLabel As String
Dim exactMatchLabel As String
Dim alternateSearchLabel As String
Dim useWildcardsLabel As String
Dim findText As String
Dim findNextText As String
Dim closeText As String
Dim notFoundText As String
Dim repeatSearchText As String
 
instance.SetCustomText(findTextLabel, matchCaseLabel, exactMatchLabel, alternateSearchLabel, useWildcardsLabel, findText, findNextText, closeText, notFoundText, repeatSearchText)

パラメータ

findTextLabel
「検索する文字列」ラベル文字列
matchCaseLabel
「大文字小文字の区別」ラベル文字列
exactMatchLabel
「完全一致」ラベル文字列
alternateSearchLabel
「検索方向」ラベル文字列
useWildcardsLabel
「ワイルドカードの使用」ラベル文字列
findText
「検索」文字列
findNextText
「次を検索」文字列
closeText
「閉じる」文字列
notFoundText
「見つかりませんでした」文字列
repeatSearchText
先頭から検索を続けるかどうかを確認する文字列
次のサンプル コードは、ダイアログのカスタム テキストを設定します。
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")
参照

SearchDialog クラス
SearchDialog メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.