C# Class FSO.Client.UI.Panels.UIOptions

Options Panel
Inheritance: UIDestroyablePanel
Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Background FSO.Client.UI.Controls.UIImage
Divider FSO.Client.UI.Controls.UIImage

Public Methods

Method Description
Destroy ( ) : void
SetPanel ( int newPanel ) : void
UIOptions ( ) : System

Private Methods

Method Description
ExitButton_OnButtonClick ( UIElement button ) : void
GraphicsButton_OnButtonClick ( UIElement button ) : void
ProfanityButton_OnButtonClick ( UIElement button ) : void
SelectSimButton_OnButtonClick ( UIElement button ) : void
SoundButton_OnButtonClick ( UIElement button ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

SetPanel() public method

public SetPanel ( int newPanel ) : void
newPanel int
return void

UIOptions() public method

public UIOptions ( ) : System
return System

Property Details

Background public_oe property

public UIImage,FSO.Client.UI.Controls Background
return FSO.Client.UI.Controls.UIImage

Divider public_oe property

public UIImage,FSO.Client.UI.Controls Divider
return FSO.Client.UI.Controls.UIImage