Chatu Queens
FormJuegoPrintMensaje Method |
Hace una llamada al hilo de la IU para mostrar en el textChat
el mensaje elegido en el color elegido.
Namespace: ChatuQueens
Assembly: ChatuQueens (in ChatuQueens.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void PrintMensaje( string mensaje, Color color )
Public Sub PrintMensaje ( mensaje As String, color As Color )
public: void PrintMensaje( String^ mensaje, Color color )
member PrintMensaje : mensaje : string * color : Color -> unit
Parameters
- mensaje
- Type: SystemString
Mensaje a mostrar. - color
- Type: System.DrawingColor
Color en el que se mostrará el mensaje.
See Also