A Sandcastle Documented Class Library
TipText メソッド (aProperty, aSubSystem, aLanguage, charWidth)
名前空間CFW.AspxCommonUIHelperTipText(FieldProperty, String, String, UIHelper..::.CharcterWidth)
最大桁数、必須項目などからToolTipを組み立てる
宣言の構文
C#Visual BasicVisual C++
public static string TipText(
	FieldProperty aProperty,
	string aSubSystem,
	string aLanguage,
	UIHelper..::.CharcterWidth charWidth
)
Public Shared Function TipText ( _
	aProperty As FieldProperty, _
	aSubSystem As String, _
	aLanguage As String, _
	charWidth As UIHelper..::.CharcterWidth _
) As String
public:
static String^ TipText(
	FieldProperty^ aProperty, 
	String^ aSubSystem, 
	String^ aLanguage, 
	UIHelper..::.CharcterWidth charWidth
)
パラメータ
aProperty (FieldProperty)
項目の属性を格納したFieldProperty
aSubSystem (String)
指定サブシステム ag,es,...
aLanguage (String)
言語指定 ja(日本),kr(韓国),fr(フランス),en(英語),
charWidth (UIHelper..::.CharcterWidth)
全角指定
戻り値
入力項目に表示するToolTip文字列を返す
解説
共通サブシステムのためのオーバーロード
使用例
CopyC#
OfficialName.ToolTip = UIHelper.TipText(mMastClient.Properties.OfficialName, "ag", "ja");

アセンブリ: CFW.common.AspxCommon (モジュール: CFW.common.AspxCommon) バージョン: 1.2.0.1 (1.2.0.1)