C# Class GameMenu.Widget

Show file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
BackgroundImage string
BackgroundImageSelected string
BackgroundSingleColor Color?
Click System.Threading.ThreadStart
FontSize float
IsNumeric bool
IsPassword bool
IsScrollbar bool
IsTextbox bool
OnText ThreadStart
Rect System.Drawing.RectangleF
ScrollbarMax int
ScrollbarValue int
Text string
TextColor Color
Visible bool
selected bool

Property Details

BackgroundImage public property

public string BackgroundImage
return string

BackgroundImageSelected public property

public string BackgroundImageSelected
return string

BackgroundSingleColor public property

public Color? BackgroundSingleColor
return Color?

Click public property

public ThreadStart,System.Threading Click
return System.Threading.ThreadStart

FontSize public property

public float FontSize
return float

IsNumeric public property

public bool IsNumeric
return bool

IsPassword public property

public bool IsPassword
return bool

IsScrollbar public property

public bool IsScrollbar
return bool

IsTextbox public property

public bool IsTextbox
return bool

OnText public property

public ThreadStart OnText
return ThreadStart

Rect public property

public RectangleF,System.Drawing Rect
return System.Drawing.RectangleF

ScrollbarMax public property

public int ScrollbarMax
return int

ScrollbarValue public property

public int ScrollbarValue
return int

Text public property

public string Text
return string

TextColor public property

public Color TextColor
return Color

Visible public property

public bool Visible
return bool

selected public property

public bool selected
return bool