C# Class Server.Gumps.SetListOptionGump

Inheritance: Gump
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
BackGumpID int
BorderSize int
EntryGumpID int
EntryHeight int
GumpOffsetX int
GumpOffsetY int
HeaderGumpID int
NextButtonID1 int
NextButtonID2 int
NextOffsetX int
NextWidth int
OffsetGumpID int
OffsetSize int
OldStyle bool
PrevButtonID1 int
PrevButtonID2 int
PrevOffsetX int
PrevWidth int
SetButtonID1 int
SetButtonID2 int
SetGumpID int
SetOffsetX int
SetWidth int
TextHue int
TextOffsetX int

Protected Properties

Property Type Description
m_List ArrayList
m_Mobile Mobile
m_Object object
m_Page int
m_Property PropertyInfo
m_Stack Stack
m_Values object[]

Public Methods

Method Description
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
SetListOptionGump ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names, object values ) : System.Reflection

Private Methods

Method Description
AddRect ( int index, string str, int button ) : void

Method Details

OnResponse() public method

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info RelayInfo
return void

SetListOptionGump() public method

public SetListOptionGump ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names, object values ) : System.Reflection
prop System.Reflection.PropertyInfo
mobile Mobile
o object
stack System.Collections.Stack
propspage int
list System.Collections.ArrayList
names string
values object
return System.Reflection

Property Details

BackGumpID public_oe static_oe property

public static int BackGumpID
return int

BorderSize public_oe static_oe property

public static int BorderSize
return int

EntryGumpID public_oe static_oe property

public static int EntryGumpID
return int

EntryHeight public_oe static_oe property

public static int EntryHeight
return int

GumpOffsetX public_oe static_oe property

public static int GumpOffsetX
return int

GumpOffsetY public_oe static_oe property

public static int GumpOffsetY
return int

HeaderGumpID public_oe static_oe property

public static int HeaderGumpID
return int

NextButtonID1 public_oe static_oe property

public static int NextButtonID1
return int

NextButtonID2 public_oe static_oe property

public static int NextButtonID2
return int

NextOffsetX public_oe static_oe property

public static int NextOffsetX
return int

NextWidth public_oe static_oe property

public static int NextWidth
return int

OffsetGumpID public_oe static_oe property

public static int OffsetGumpID
return int

OffsetSize public_oe static_oe property

public static int OffsetSize
return int

OldStyle public_oe static_oe property

public static bool OldStyle
return bool

PrevButtonID1 public_oe static_oe property

public static int PrevButtonID1
return int

PrevButtonID2 public_oe static_oe property

public static int PrevButtonID2
return int

PrevOffsetX public_oe static_oe property

public static int PrevOffsetX
return int

PrevWidth public_oe static_oe property

public static int PrevWidth
return int

SetButtonID1 public_oe static_oe property

public static int SetButtonID1
return int

SetButtonID2 public_oe static_oe property

public static int SetButtonID2
return int

SetGumpID public_oe static_oe property

public static int SetGumpID
return int

SetOffsetX public_oe static_oe property

public static int SetOffsetX
return int

SetWidth public_oe static_oe property

public static int SetWidth
return int

TextHue public_oe static_oe property

public static int TextHue
return int

TextOffsetX public_oe static_oe property

public static int TextOffsetX
return int

m_List protected_oe property

protected ArrayList m_List
return ArrayList

m_Mobile protected_oe property

protected Mobile m_Mobile
return Mobile

m_Object protected_oe property

protected object m_Object
return object

m_Page protected_oe property

protected int m_Page
return int

m_Property protected_oe property

protected PropertyInfo m_Property
return PropertyInfo

m_Stack protected_oe property

protected Stack m_Stack
return Stack

m_Values protected_oe property

protected object[] m_Values
return object[]