VS:GetLBItemTextStyle/ja

From Vectorworks Developer
Revision as of 14:32, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

リストブラウザアイテムの文字のスタイルを返します。

FUNCTION GetLBItemTextStyle(
dialogID :LONGINT;
componentID :LONGINT;
itemIndex :INTEGER;
subItemIndex :INTEGER;
VAR textStyle :INTEGER) : BOOLEAN;
def vs.GetLBItemTextStyle(dialogID, componentID, itemIndex, subItemIndex):
    return (BOOLEAN, textStyle)

Parameters

dialogID LONGINT ダイアログ番号
componentID LONGINT リストブラウザ番号
itemIndex INTEGER 行番号
subItemIndex INTEGER 列番号
textStyle INTEGER 文字のスタイル(0:標準/1:ボールド/2:イタリック/4:アンダーライン/16:アウトライン/32:シャドウ)

Version

利用可能バージョン: VectorWorks12.0