バージョン

GetContextMenuStrip メソッド (EmbeddableEditorOwnerBase)

エディターによって表示されるContextMenuStripを返します
シンタックス
'宣言
 
Public Overridable Function GetContextMenuStrip( _
   ByVal ownerContext As Object _
) As ContextMenuStrip
public virtual ContextMenuStrip GetContextMenuStrip( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

ContextMenuStrip
解説
デフォルトの実装は null を返します。
参照