C# Class PropertyGrid.AlertButton

Show file Open project: modesto/monoreports Class Usage Examples

Public Properties

Property Type Description
BuildWithoutSave AlertButton
Cancel AlertButton
Clear AlertButton
Close AlertButton
CloseWithoutSave AlertButton
Copy AlertButton
Delete AlertButton
Discard AlertButton
Move AlertButton
No AlertButton
Ok AlertButton
OverwriteFile AlertButton
Proceed AlertButton
Reload AlertButton
Remove AlertButton
Replace AlertButton
Revert AlertButton
Save AlertButton
SaveAs AlertButton
Stop AlertButton
Yes AlertButton

Public Methods

Method Description
AlertButton ( string label ) : System
AlertButton ( string label, bool isStockButton ) : System
AlertButton ( string label, string icon ) : System

Method Details

AlertButton() public method

public AlertButton ( string label ) : System
label string
return System

AlertButton() public method

public AlertButton ( string label, bool isStockButton ) : System
label string
isStockButton bool
return System

AlertButton() public method

public AlertButton ( string label, string icon ) : System
label string
icon string
return System

Property Details

BuildWithoutSave public static property

public static AlertButton,PropertyGrid BuildWithoutSave
return AlertButton

Cancel public static property

public static AlertButton,PropertyGrid Cancel
return AlertButton

Clear public static property

public static AlertButton,PropertyGrid Clear
return AlertButton

Close public static property

public static AlertButton,PropertyGrid Close
return AlertButton

CloseWithoutSave public static property

public static AlertButton,PropertyGrid CloseWithoutSave
return AlertButton

Copy public static property

public static AlertButton,PropertyGrid Copy
return AlertButton

Delete public static property

public static AlertButton,PropertyGrid Delete
return AlertButton

Discard public static property

public static AlertButton,PropertyGrid Discard
return AlertButton

Move public static property

public static AlertButton,PropertyGrid Move
return AlertButton

No public static property

public static AlertButton,PropertyGrid No
return AlertButton

Ok public static property

public static AlertButton,PropertyGrid Ok
return AlertButton

OverwriteFile public static property

public static AlertButton,PropertyGrid OverwriteFile
return AlertButton

Proceed public static property

public static AlertButton,PropertyGrid Proceed
return AlertButton

Reload public static property

public static AlertButton,PropertyGrid Reload
return AlertButton

Remove public static property

public static AlertButton,PropertyGrid Remove
return AlertButton

Replace public static property

public static AlertButton,PropertyGrid Replace
return AlertButton

Revert public static property

public static AlertButton,PropertyGrid Revert
return AlertButton

Save public static property

public static AlertButton,PropertyGrid Save
return AlertButton

SaveAs public static property

public static AlertButton,PropertyGrid SaveAs
return AlertButton

Stop public static property

public static AlertButton,PropertyGrid Stop
return AlertButton

Yes public static property

public static AlertButton,PropertyGrid Yes
return AlertButton