Class MouseScrollArg
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class MouseScrollArg : SVGArg
Constructors
MouseScrollArg()
Declaration
public MouseScrollArg()
Fields
AltKey
Declaration
public bool AltKey
Field Value
System.Boolean
|
CtrlKey
Declaration
public bool CtrlKey
Field Value
System.Boolean
|
Scroll
Declaration
public int Scroll
Field Value
System.Int32
|
ShiftKey
Declaration
public bool ShiftKey
Field Value
System.Boolean
|