AO_DESIGNMODE constant

int const AO_DESIGNMODE

The app is being activated for design mode, so it can't create its normal window. The creation of the app's window must be done by design tools that load the necessary components by communicating with a designer-specified service on the site chain established through the activation manager. Note that this means that the splash screen seen during regular activations won't be seen.

Implementation

static const AO_DESIGNMODE = 0x1;