This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.Activation Property

Gets/sets the type of action the user must take to activate an item.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Activation As ItemActivation
C#
public ItemActivation Activation { get; set; }

Property Value

ItemActivation value that specifies an action which activates an item. The default is Standard.

Remarks

The Activation property allows you to specify how the user will activate an item in the control. When item is activated, the ItemActivate event is raised. This way you can open selected item in a separate window or perform any other action.

See Also

Reference