Prev Next
The PropSheet_PressButton macro simulates the choice of a property
sheet button. You can use this macro or explicitly send the PSM_PRESSBUTTON
message.
BOOL PropSheet_PressButton(
hPropSheetDlg,
|
|
iButton
|
|
);
|
|
Parameters
-
hPropSheetDlg
-
Handle to the property sheet.
-
iButton
-
Index of button to choose. This parameter can be one of the following values:
Value
|
Meaning
|
PSBTN_APPLYNOW
|
Chooses the Apply Now button.
|
PSBTN_BACK
|
Chooses the Back button.
|
PSBTN_CANCEL
|
Chooses the Cancel button.
|
PSBTN_FINISH
|
Chooses the Finish button.
|
PSBTN_HELP
|
Chooses the Help button.
|
PSBTN_NEXT
|
Chooses the Next button.
|
PSBTN_OK
|
Chooses the OK button.
|
Return Values
No return value.
See Also
PSM_PRESSBUTTON
file: /Techref/os/win/api/win32/mac/src/mac03_16.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 06:37,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mac/src/mac03_16.htm"> PropSheet_PressButton</A> |
Did you find what you needed?
|
|