|

Visible


(boolean) Whether to make the slideshow object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

S t a t u s D l g


image

StatusDlg.GetAutoSize

OverviewExamples

boolean StatusDlg.GetAutoSize ( )


De s cr ip t ion


Returns the status dialog's current auto-size setting.


Note: You can enable or disable the status dialog's resize setting using the StatusDlg.SetAutoSize

action.


image

P arame t er s


None.


Re t u r n s


(boolean) True if the status dialog is set to automatically resize and false if it is not. You can use

Application.GetLastError to determine whether this action failed, and why.


|