BCGSuite for MFC
void CBCGPDurationCtrl::SetState ( UINT  flags,
UINT  mask 
)

Sets the state of control parts.

Call this function to set the state of control parts. You can control the following bits of the input parameters:

  • DRTN_DAYS - days are displayed
  • DRTN_HOURS_MINS - hours are displayed
  • DRTN_SECONDS - seconds are displayed
  • DRTN_SPIN - spin control is present
Parameters
flagsSpecifies parts state.
maskSpecifies mask whose parts should be changed during modification.