Method | Description | |
---|---|---|
Do ( string action, string value, string property = null, string condition = "1" ) : void |
Generates and adds the action to the list of the dialog actions, which is to be used at compile time for generating WiX Dialog element actions.
|
|
EndDialog ( string value, string condition = "1" ) : void |
Generates and adds the EndDialog action to the list of the dialog actions, which is to be used at compile time for generating WiX Dialog element actions.
|
|
SetPrperty ( string name, string value, string condition = "1" ) : void |
Generates and adds the SetProperty action to the list of the dialog actions, which is to be used at compile time for generating WiX Dialog element actions.
|
|
ToWDialog ( ) : |
Converts the WixForm (WinForm) instance into WiX custom UI control WixSharp.T:WixSharp.Dialog.
|
|
WixForm ( ) : System.Collections.Generic |
Initializes a new instance of the WixForm class.
|
public Do ( string action, string value, string property = null, string condition = "1" ) : void | ||
action | string | The action type. |
value | string | The action value. |
property | string | The property name. |
condition | string | The action condition. |
return | void |
public EndDialog ( string value, string condition = "1" ) : void | ||
value | string | The action value. |
condition | string | The action condition. |
return | void |
public SetPrperty ( string name, string value, string condition = "1" ) : void | ||
name | string | The property name. |
value | string | The property value. |
condition | string | The action condition. |
return | void |
public WixForm ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |