C# Class MWFResourceEditor.ResourceString

Inheritance: ResourceBase, IResource
显示文件 Open project: mono/winforms-tools Class Usage Examples

Public Methods

Method Description
ContentString ( ) : string
ResourceString ( string name, string text ) : System

Protected Methods

Method Description
CreateRenderBitmap ( ) : void

Method Details

ContentString() public method

public ContentString ( ) : string
return string

CreateRenderBitmap() protected method

protected CreateRenderBitmap ( ) : void
return void

ResourceString() public method

public ResourceString ( string name, string text ) : System
name string
text string
return System