Copyright © 2005-2023 MultiMedia Soft

Fader.Exit method

Previous pageReturn to chapter overviewNext page

Remarks

 

Disables the embedded Automatic Fader previously created and enabled through a call to the Fader.Init method.

 

For details about using the Automatic Fader refer to the How to use the Automatic Fader section.

 

 

Syntax

 

[Visual Basic]

Public Sub Exit (

)


 

[C#]

public void Exit (

);


 

[C++]

public: void Exit (

);


 

Return value

 

None