Difference between revisions of "IAdeUICallbacks::HideProgressBar/zh"

(Created page with "IAdeUICallbacks::HideProgressBar")
 
(Created page with "== 参 数 ==")
Line 8: Line 8:
 
You'll implement this function along with [[IAdeUICallbacks::ShowProgressBar]] if you want your user-interface build on top of [[ADE]] to be able to provide progress feedback for models that call the [[ShowProgressBar]]() function.
 
You'll implement this function along with [[IAdeUICallbacks::ShowProgressBar]] if you want your user-interface build on top of [[ADE]] to be able to provide progress feedback for models that call the [[ShowProgressBar]]() function.
  
== Parameters ==
+
== 参 数 ==
  
 
None.
 
None.

Revision as of 02:56, 27 October 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

void IAdeUICallbacks::HideProgressBar()

Called when the ShowProgressBar() function has been evaluated at least once, and the computation has completed or the progress bar should be hidden from view.

You'll implement this function along with IAdeUICallbacks::ShowProgressBar if you want your user-interface build on top of ADE to be able to provide progress feedback for models that call the ShowProgressBar() function.

参 数

None.

Return value

None

See Also

Comments


You are not allowed to post comments.