C# Class Alexandria.Engines.Sciagi.Resources.Message

This describes a vocabulary word.
Inheritance: ResourceData
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Create a control to browse the message.

Private Methods

Method Description
CreateColumn ( System.Windows.Forms.DataGridView view, string id, int width = 60, System.Windows.Forms.DataGridViewCellStyle cellStyle = null ) : System.Windows.Forms.DataGridViewTextBoxColumn
Message ( AssetLoader loader ) : System

Method Details

Browse() public method

Create a control to browse the message.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control