Copyright © 2005-2019 MultiMedia Soft

Fader.Display.Show method

Previous pageReturn to chapter overviewNext page

Remarks

 

Shows/hides the Fader Display object. This method has no effect without a previous call to the Fader.Display.Create method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Function Show (

bShow as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes Show (

bool bShow

);


 

[C++]

public: enumErrorCodes Show (

bool bShow

);


 

 

Parameter

Description

 

 

bShow

Boolean value that specifies to the Fader object if it must show/hide the Display graphics

Supported values are the following:

Value

Meaning

false

Hides the Fader Display graphics

true

Shows the Fader Display graphics

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.