VS:vsoContextM AddSep/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>
Add a separator to the context menu of the object during kObjOnContextMenuInit event.</desc>
kObjOnContextMenuInitイベントでオブジェクトのコンテキストメニューに仕切り線を追加します</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 41: Line 40:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<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_AddSep(
itemID :INTEGER);
def vs.vsoContextM_AddSep(itemID):
    return None

Parameters

itemID INTEGER

Version

Availability: from Vectorworks 2014