State Property  
 

Return the current state of the control.

This property has been deprecated and may not be included in future versions of the control.

Syntax

object.State

Remarks

The State read-only property returns the state of the control. The possible values returned by this property are:

Value Constant Description
0 fileEncoderIdle The control is currently inactive.
1 fileEncoderActive The control is in the process of decoding or encoding a file.

Data Type

Integer (Int32)

See Also

DecodeFile Method, EncodeFile Method