Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) Reflexio MenuView.Prev Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
Reflexio
Class/Type:
MenuView
Method/Function:
Prev
Examples at hotexamples.com:
1
C# (CSharp) Reflexio MenuView.Prev - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Reflexio.MenuView.Prev
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AddMenuItem(5)
ResetCurrent(4)
SetBackground(4)
GetCurrentName(3)
GetCurrent(2)
Draw(1)
Next(1)
Prev(1)
SetPreview(1)
Frequently Used Methods
AddMenuItem (5)
ResetCurrent (4)
SetBackground (4)
GetCurrentName (3)
GetCurrent (2)
Draw (1)
Next (1)
Prev (1)
SetPreview (1)
Example #1
0
Show file
File:
EasyMenu.cs
Project:
ajl275/Reflexio
public void UpPressed() { menuView.Prev(); }
x