バージョン

GetContextMenuStrip メソッド (UltraGridComboEditorOwner)

エディターで使用されるコンテンツメニューストリップを返します。
シンタックス
'宣言
 
Public Overrides Function GetContextMenuStrip( _
   ByVal ownerContext As Object _
) As ContextMenuStrip
public override ContextMenuStrip GetContextMenuStrip( 
   object ownerContext
)

パラメータ

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

戻り値の型

ContextMenuStripまたはContextMenuStripが存在しない場合はnull。
参照