หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |
|