APIリファレンス >> Lunascape API >> Lunascape::Hilight
目次 |
指定されたドキュメントの指定されたキーワードをハイライトします。
void Hilight(string id, string keyword)
id
ドキュメントID
keyword
ハイライトしたいキーワード
なし
' アクティブなタブで「Lunascape」をハイライトします。 Dim nActiveIndex nActiveIndex = Lunascape.ActiveIndex Dim idDocument idDocument = Lunascape.GetDocumentID(nActiveIndex) Lunascape.Hilight idDocument, "Lunascape"
// アクティブなタブで「Lunascape」をハイライトします。 var nActiveIndex = Lunascape.ActiveIndex; var idDocument = Lunascape.GetDocumentID(nActiveIndex); Lunascape.Hilight(idDocument, "Lunascape");
APIリファレンス >> Lunascape API >> Lunascape::Hilight