Method | Description | |
---|---|---|
IsSimpleType ( Type type ) : bool |
Returns true if the dialog supports editing the type.
|
|
ShowDialog ( object value, Type type ) : object |
Displays the dialog.
|
|
SimpleValueEditDlg ( ) : System |
Method | Description | |
---|---|---|
OkBTN_Click ( object sender, EventArgs e ) : void | ||
Parse ( string text ) : object |
public static IsSimpleType ( Type type ) : bool | ||
type | Type | |
return | bool |
public ShowDialog ( object value, Type type ) : object | ||
value | object | |
type | Type | |
return | object |