C# Class FSO.Client.UI.Controls.UIAlertButton

Exibir arquivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Handler ButtonClickDelegate
Text string
Type UIAlertButtonType

Public Methods

Method Description
UIAlertButton ( ) : System
UIAlertButton ( UIAlertButtonType type ) : System
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System

Method Details

UIAlertButton() public method

public UIAlertButton ( ) : System
return System

UIAlertButton() public method

public UIAlertButton ( UIAlertButtonType type ) : System
type UIAlertButtonType
return System

UIAlertButton() public method

public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System
type UIAlertButtonType
handler ButtonClickDelegate
return System

UIAlertButton() public method

public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System
type UIAlertButtonType
handler ButtonClickDelegate
text string
return System

Property Details

Handler public_oe property

public ButtonClickDelegate Handler
return ButtonClickDelegate

Text public_oe property

public string Text
return string

Type public_oe property

public UIAlertButtonType Type
return UIAlertButtonType