Как нажать кнопку с STD:xxx
Добавлено: 12 Июль 2005, 4:15
Можно ли нажать кнопку/пункт меню, для которых определено стандартное действие, или выполнить это действие ...
Например, STD:PrintSetup, STD:CascadeWindow...всего около 18 различных STD:xxx.
Для сведения (выдержка из help):
The STD attribute (PROP:STD) specifies the control activates some standard Windows action. This action is automatically executed by the runtime library and does not generate any events (that is, the control does not receive an EVENT:Accepted).
т.е. контрол с STD не получает EVENT:Accepted
Например, STD:PrintSetup, STD:CascadeWindow...всего около 18 различных STD:xxx.
Для сведения (выдержка из help):
The STD attribute (PROP:STD) specifies the control activates some standard Windows action. This action is automatically executed by the runtime library and does not generate any events (that is, the control does not receive an EVENT:Accepted).
т.е. контрол с STD не получает EVENT:Accepted