This class is used to implement "popup menu" support.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxPickMenuItem : GwxPick
Visual Basic
Public NotInheritable Class GwxPickMenuItem _
	Inherits GwxPick
JScript
public final class GwxPickMenuItem extends GwxPick

Remarks

Each menu item is derived from the GwxPick dynamic.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxPick
              Ico.Gwx..::..GwxPickMenuItem

See Also