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

Inheritance: FSO.Client.UI.Framework.UIContainer
Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Background FSO.Client.UI.Controls.UIImage
Label FSO.Client.UI.Controls.UILabel

Public Methods

Method Description
SetTitle ( string title ) : void
UIGameTitle ( ) : System

Method Details

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void

UIGameTitle() public method

public UIGameTitle ( ) : System
return System

Property Details

Background public_oe property

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

Label public_oe property

public UILabel,FSO.Client.UI.Controls Label
return FSO.Client.UI.Controls.UILabel