RefreshOptions

Use these constants with the ApplicationMgr.Refresh method.

  • RefreshOption_AdapterList –(Value: 0x40) Refresh the connected adapter list.
  • RefreshOption_All –(Value: 0xFFFFFFFF) Refresh all controls connected to any manager control.
  • RefreshOption_AllCaptions –(Value: 0x20) Refresh all captions connected to any manager control.
  • RefreshOption_AllCommands –(Value: 0x10) Refresh all commands connected to any manager control.
  • RefreshOption_AllExecutionViewMgrs –(Value: 0x2) Refresh all controls connected to any ExecutionView Manager control.
  • RefreshOption_AllSequenceFileViewMgrs –(Value: 0x1) Refresh all controls connected to any SequenceFileView Manager control.
  • RefreshOption_Captions –(Value: 0x8) Refresh all captions connected to the Application Manager control.
  • RefreshOption_Commands –(Value: 0x4) Refresh all commands connected to the Application Manager control.
  • RefreshOption_EntryPoints –(Value: 0x80) Refresh the ApplicationMgr.ExecutionEntryPoints and ApplicationMgr.ConfigurationEntryPoints properties.

See Also

ApplicationMgr

ApplicationMgr.ConfigurationEntryPoints

ApplicationMgr.ExecutionEntryPoints

ApplicationMgr.Refresh

ExecutionViewMgr

SequenceFileViewMgr