[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=DialogResult Info=Specifies identifiers to indicate the return value of a dialog box. View=Result,14 [Property] Name=Sets the name of the component. ARG(string)|2| Result=Sets the member of enumeration. ARG(DialogResult)|14|1|None,OK,Cancel,Abort,Retry,Ignore,Yes,No [Methods] doParse=Parses from the string. ARG(string value)|1|0 *doMembers=Gets all the members of the enumeration. ARG()|1|0 onParse=Occurs after invoke method doParse and returns the result. ARG(DialogResult)|2|0 *onMembers=Occurs after invoke method doMembers and returns all the members of the enumeration one by one. ARG(object)|2|0 DialogResult=Returns the member of enumeration. ARG(DialogResult)|3|0 Result=Returns the result. ARG(DialogResult)|3|0 Value=Defines the string to parse. ARG(string)|4|2