Gets or sets the key modifier that will be used to start the action.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public Keys Modifier { get; set; }
Visual Basic
Public Property Modifier As Keys
	Get
	Set

Remarks

This property allows bitwise combination of SHIFT, CONTROL, and ALT keys.

See Also