AutoPlay Media Studio 9

Progress.IsEnabled

Progress.IsEnabled

This is the first topic This is the last topic  

Progress.IsEnabled

This is the first topic This is the last topic  

OverviewExamples

boolean Progress.IsEnabled (

string ObjectName )

Example 1

enabled = Progress.IsEnabled("Progress1");

Stores true in a variable named "enabled" if the "Progress1" progress object is enabled, and false if it is disabled.

Example 2

b2Enabled = Progress.IsEnabled("Progress2");

Checks whether the "Progress2" progress object is enabled or disabled, and sets the "b2Enabled" variable to either true or false accordingly.

Tip: Starting a variable name with "b" is a technique that programmers use to help themselves remember that a variable contains a boolean value.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us