ITextView2.QueuePostLayoutAction(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an action to be performed after any layouts are complete. If there is not a layout in progress, the action will be performed immediately. This must be called on the UI thread, and actions will be performed on the UI thread.
public:
void QueuePostLayoutAction(Action ^ action);
public void QueuePostLayoutAction (Action action);
abstract member QueuePostLayoutAction : Action -> unit
Public Sub QueuePostLayoutAction (action As Action)
Parameters
- action
- Action
The action to be performed.