home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vb3sta.zip / I3STATBX.VBE next >
Text File  |  1995-12-05  |  3KB  |  54 lines

  1. //
  2. //  Part Name: I3StateCheckBox
  3. //  Part Type: visual
  4. //  Date/Time: (11-29-95 12:41:02 PM)
  5. //  Release:   IBM VisualAge C++ Version 3.0 for OS/2
  6. //
  7. //VBBeginPartInfo: I3StateCheckBox, "IBM 3-state check-box control"
  8. //VBParent: ISettingButton
  9. //VBIncludes: <i3statbx.hpp> _I3STATBX_
  10. //VBPartDataFile: 'i3statbx.vbb'
  11. //VBComposerInfo: visual, 323, dde4vr30, primitive, dde4vi30
  12. //VBSettingsPages: AvlRadioButtonAttributesPage, AvlControlViewAttributesPage, AvlCheckBoxStylesAttributesPage, AvlHandlerAttributesPage, AvlButtonViewColorAttributesPage, AvlSizePositionAttributesPage, AvlFontAttributesPage
  13. //VBFlagInfo: Style, defaultStyle(), IWindow, IControl, IButton
  14. //VBComposerTextSetting: text, UsePartName
  15. //
  16. //  NOTE: Use visual default constructor.
  17. //
  18. //VBAttribute: defaultStyle,
  19. //VB:          "Returns the current default style.",
  20. //VB:          I3StateCheckBox::Style,
  21. //VB:          static Style defaultStyle(),
  22. //VB:          static void setDefaultStyle(const Style& defaultStyle)
  23. //VB:          ,, NOCONNECT
  24. //VBAttribute: autoSelect,
  25. //VB:          "If the three-state check box control has the autoSelect style set, true is returned.",
  26. //VB:          Boolean,
  27. //VB:          virtual Boolean isAutoSelect() const,
  28. //VB:          virtual I3StateCheckBox& enableAutoSelect(Boolean autoSelect = true)
  29. //VBFlagAttribute: Style, autoSelect,,autoSelect
  30. //
  31. //VBAttribute: halftone,
  32. //VB:          "If the three-state check box control has been selected as halftone, true is returned.",
  33. //VB:          Boolean,
  34. //VB:          Boolean isHalftone() const
  35. //VBAction: asGUIStyle
  36. //VB:       ,"Converts style bits into style recognizeable by the GUI.", unsigned long,
  37. //VB:       virtual unsigned long asGUIStyle(const IBitFlag& style, Boolean extended = false)
  38. //VBAction: disableAutoSelect
  39. //VB:       ,"Removes the autoSelect style from the three-state check box control.",,
  40. //VB:       virtual I3StateCheckBox& disableAutoSelect()
  41. //VBAction: selectHalftone
  42. //VB:       ,"Selects a halftone three-state check box control.",,
  43. //VB:       I3StateCheckBox& selectHalftone()
  44. //VBAttribute: style,, I3StateCheckBox::Style,,,, NOCONNECT
  45. //VBPreferredFeatures: this, buttonClickedEvent, menu, selected, text, textLength, disable, enable, setFocus
  46. //VBEndPartInfo: I3StateCheckBox
  47. //
  48. //VBBeginTypedefInfo: I3StateCheckBox::Style
  49. //VBIncludes: <I3STATBX.HPP> _I3STATBX_
  50. //VBPartDataFile: 'i3statbx.vbb'
  51. //VBComposerClass: AvlBitFlag
  52. //VBEndTypedefInfo: I3StateCheckBox::Style
  53. //
  54.