VS:vsoContextM Check/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Check an item in the context menu of the object during kObjOnContextMenuInit event.</desc>
kObjOnContextMenuInitイベントでオブジェクトのコンテキストメニューの項目を確認します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 46: Line 45:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2014
Availability: from Vectorworks 2014


</version>
</version>

Revision as of 03:43, 16 January 2014

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

Description

kObjOnContextMenuInitイベントでオブジェクトのコンテキストメニューの項目を確認します。

PROCEDURE vsoContextM_Check(
itemID :INTEGER;
check :BOOLEAN);
def vs.vsoContextM_Check(itemID, check):
    return None

Parameters

itemID INTEGER
check BOOLEAN

Version

Availability: from Vectorworks 2014