Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the application containing the control can close the control immediately.
Syntax
enum ControlCloseStatus {
controlCloseCanProceed = 0x0000,
controlCloseWaitForEvents = 0x0001
};
Constants
-
controlCloseCanProceed
-
Container can go ahead with close immediately. This can happen if the control is not connected.
-
controlCloseWaitForEvents
-
Container should wait for events IMsTscAxEvents::OnDisconnected or IMsTscAxEvents::OnConfirmClose.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 8.1 |
| Minimum supported server |
Windows Server 2012 R2 |
| Type library |
|