This interface must be implemented by Controls which are notification receivers and want to specify a custom policy
of message delivery when the HWND of the receiver control hasn't been created yet but there is a message to be delivered.
The default delivery policy for Controls that don't implement this interface is RetryLater.
| C# | Visual Basic | Visual C++ |
public interface IControlMessageDeliverPolicy
Public Interface IControlMessageDeliverPolicy
public interface class IControlMessageDeliverPolicy
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| DeliveryPolicy |
The delivery policy requested by the Notification Receiver Control
| |
| DiscardTimeOutOnRetry |
The timeout after which the message will be discarded if a RetryLater delivery policy is used.
|