C# Class PRoConEvents.MenuAttribute

Inheritance: Attribute
Mostrar archivo Open project: IOL0ol1/ProconPlugins Class Usage Examples

Public Properties

Property Type Description
Header string
Name string

Public Methods

Method Description
MenuAttribute ( string header, string name ) : System
ToString ( ) : string

Method Details

MenuAttribute() public method

public MenuAttribute ( string header, string name ) : System
header string
name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Header public_oe property

The header of the variable in plugin setting tab.
public string Header
return string

Name public_oe property

The name of the variable in plugin setting tab.it's unique value!!
public string Name
return string