Method | Description | |
---|---|---|
CreatePanelWidget ( ) : Control |
Initializes the options panel values just before the panel is shown to user for the first time. Will only be called if the user really gets to see the options panel. |
|
ValidPrefixesOptionsPanel ( ) : System |
Initializes a new instance of the MonoDevelop.StyleCop.ValidPrefixesOptionsPanel class.
|
Method | Description | |
---|---|---|
AddPrefixButtonClicked ( object sender, |
Called when the addPrefixButton is clicked.
|
|
Build ( ) : void | ||
RemovePrefixButtonClicked ( object sender, |
Called when the removePrefixButton is clicked.
|
protected AddPrefixButtonClicked ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
return | void |
protected RemovePrefixButtonClicked ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
return | void |
public ValidPrefixesOptionsPanel ( ) : System | ||
return | System |