Dynamic pick animation.

Makes an object user interactive. This dynamic is typically used to perform a command when the user clicks on an object.

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

Syntax

C#
public class GwxPick : GwxDynamic
Visual Basic
Public Class GwxPick _
	Inherits GwxDynamic
JScript
public class GwxPick extends GwxDynamic

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

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

See Also