C# Class MWFResourceEditor.ResourceContentControl

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: mono/winforms-tools Class Usage Examples

Public Properties

Property Type Description
change_Resource_Content ResourceControl.ChangeResourceContentDelegate

Public Methods

Method Description
ActivateByteArrayPanel ( ) : void
ActivateColorPanel ( ) : void
ActivateImagePanel ( ) : void
ActivateTextPanel ( ) : void
ClearActivePanel ( ) : void
ClearResources ( ) : void
ResourceContentControl ( ResourceControl resourceControl ) : System

Method Details

ActivateByteArrayPanel() public method

public ActivateByteArrayPanel ( ) : void
return void

ActivateColorPanel() public method

public ActivateColorPanel ( ) : void
return void

ActivateImagePanel() public method

public ActivateImagePanel ( ) : void
return void

ActivateTextPanel() public method

public ActivateTextPanel ( ) : void
return void

ClearActivePanel() public method

public ClearActivePanel ( ) : void
return void

ClearResources() public method

public ClearResources ( ) : void
return void

ResourceContentControl() public method

public ResourceContentControl ( ResourceControl resourceControl ) : System
resourceControl ResourceControl
return System

Property Details

change_Resource_Content public_oe property

public ResourceControl.ChangeResourceContentDelegate change_Resource_Content
return ResourceControl.ChangeResourceContentDelegate