This is called when the show has been started and the screen is live. This is different to StartShow in that it is called after the screen has been displayed and is visible on the screen. You can override this function to perform operations which are nesasery whilst the clip is visible on the screen.
Namespace:
ScreenMonkey.ClipsAssembly: ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)
Syntax
| C# |
|---|
public virtual void StartShowLive() |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub StartShowLive |
| Visual C++ |
|---|
public: virtual void StartShowLive() |
Remarks
Try to avoid using this override preffering StartShow. This is only here for clip types that must be loaded onto a visible screen.