Class UiElementGroupButtonSoundEvents
Inheritance
System.Object
UiElementGroupButtonSoundEvents
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class UiElementGroupButtonSoundEvents : IMetaClass
Properties
| Improve this Doc View SourceMouseDownEvent
Declaration
public string MouseDownEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseDownOnInactive
Declaration
public string MouseDownOnInactive { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseDownSelected
Declaration
public string MouseDownSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseUpEvent
Declaration
public string MouseUpEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseUpOnInactive
Declaration
public string MouseUpOnInactive { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseUpSelected
Declaration
public string MouseUpSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RollOutEvent
Declaration
public string RollOutEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RolloverEvent
Declaration
public string RolloverEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |