FormatChooseResultResult Property |
Returns 0 if successful (
Format property is valid) or an error (including the user chose the Cancel button or the Close command on the System menu to close the dialog box) otherwise (
Format property is not valid).
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public int Result { get; }
Public ReadOnly Property Result As Integer
Get
public:
property int Result {
int get ();
}
Property Value
Type:
Int32See Also