X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=blobdiff_plain;f=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FPropertySheet%2FReadme.txt;fp=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FPropertySheet%2FReadme.txt;h=cd1fdc33f458703719b6ba50115413100bd8fa8a;hp=0000000000000000000000000000000000000000;hb=70a96cca12cb006506461d26cd112bab179fe74c;hpb=8caf60af39689a3546074f0c68d14c3a2e28191e diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/PropertySheet/Readme.txt b/research/transmission_spectroscopy/TOF/Win32++/samples/PropertySheet/Readme.txt new file mode 100644 index 00000000..cd1fdc33 --- /dev/null +++ b/research/transmission_spectroscopy/TOF/Win32++/samples/PropertySheet/Readme.txt @@ -0,0 +1,16 @@ +PropertySheet Example +===================== +A property sheet will have one or more property pages. These pages are much +like dialogs which are presented within a tabbed dialog or within a wizard. +The data on a property page can be validated before the next page is presented. +Property sheets have three modes of use: Modal, Modeless, and Wizard. + +In this demo CMyProptertySheet inherrits from CPropertySheet. It displays +two property pages, namely CButtonPage and CComboPage. The demo shows how a +Modal, Modeless or Wizard property sheet can be displayed. + + +Features demonstrated in this example +===================================== +* Use of CFrame to display the window frame +* Use of Modal, modeless and wizard property sheets