コード例 #1
0
ファイル: contextmenuroot.cs プロジェクト: modulexcite/IL2JS
 /// <summary>
 /// Creates a ContextMenuRoot control.
 /// </summary>
 /// <param name="id">The Component id for the ContextMenuRoot.</param>
 public ContextMenuRoot(string id, ContextMenuRootProperties properties)
     : base(id, properties)
 {
     _createdMenuControls = new Dictionary<string, ContextMenuControl>();
 }
コード例 #2
0
 /// <summary>
 /// Creates a ContextMenuRoot control.
 /// </summary>
 /// <param name="id">The Component id for the ContextMenuRoot.</param>
 public ContextMenuRoot(string id, ContextMenuRootProperties properties)
     : base(id, properties)
 {
     _createdMenuControls = new Dictionary <string, ContextMenuControl>();
 }