Module SigCjW_CheckBox.pkg
==============================================================================
Project : SigCj - VDF Classes for Codejock
File : SigCjW_CheckBox.pkg
Description : VDF Class for Codejock control
Created by : Ian Smith
Revision : $Rev: $
$Date: $
$Author: $
Requirements : Visual DataFlex 14.1
Codejock SuitePro - Version 13.4.2
Copyright : (c) 2009 VDF SIG UK
Visual DataFlex Special Interest Group UK.
http://www.vdfsig.co.uk/
dev@vdfsig.co.uk
This file is part of SigCj.
SigCj is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation, either version
2.1 of the License, or (at your option) any later version.
SigCj is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
If you have the complete SigCj workspace then a copy of the
GNU Lesser General Public License is in the Docs folder. If
not, see <http://www.gnu.org/licenses/>.
==============================================================================
==============================================================================
NOTE
====
This control has been moved from the SigCjW_Controls.pkg package as we need a
data aware version as well.
==============================================================================
SigCjW_CheckBox.pkg (view source)- import declarations
- cSigCjCom_DCheckBox : Mixin
Dispatch interface for CheckBox Control
- String
ComCaption()
- String
retVal
Set(String value)
- Variant
ComFont()
- Variant
retVal
Set(Variant value)
- OLE_COLOR
ComBackColor()
- Integer
retVal
Set(OLE_COLOR value)
- OLE_COLOR
ComForeColor()
- Integer
retVal
Set(OLE_COLOR value)
- OLE_HANDLE
ComHWnd()
- Integer
retVal
Set(OLE_HANDLE value)
- Boolean
ComEnabled()
- Boolean
retVal
Set(Boolean value)
- Boolean
ComTransparent()
- Boolean
retVal
Set(Boolean value)
- Boolean
ComUseVisualStyle()
- Boolean
retVal
Set(Boolean value)
- OLEAppearanceStyle
ComAppearance()
- Integer
retVal
Set(OLEAppearanceStyle value)
- OLEAlignmentStyle
ComTextAlignment()
- Integer
retVal
Set(OLEAlignmentStyle value)
- Boolean
ComMultiLine()
- Boolean
retVal
Set(Boolean value)
- OLECheckBoxValue
ComValue()
(Member is Bindable)
(Member is DefaultBind)
- Integer
retVal
Set(OLECheckBoxValue value)
(Member is Bindable)
(Member is DefaultBind)
- Boolean
ComRightToLeft()
- Boolean
retVal
Set(Boolean value)
- Boolean
ComEnableMarkup()
- Boolean
retVal
Set(Boolean value)
- OLEOLEDropConstants
ComOLEDropMode()
Returns/Sets whether this control can act as an OLE drop target.
- Integer
retVal
Set(OLEOLEDropConstants value)
Returns/Sets whether this control can act as an OLE drop target.
- Boolean
ComDrawFocusRect()
- Boolean
retVal
Set(Boolean value)
- OLECheckAlignment
ComAlignment()
- Integer
retVal
Set(OLECheckAlignment value)
- String
ComControlToolTip()
- String
retVal
Set(String value)
- Variant
ComMarkupContext()
- Integer
hDispatchDriver - Variant
retVal
- Variant
ComToolTipContext()
- Integer
hDispatchDriver - Variant
retVal
ComAboutBox()
- Integer
hDispatchDriver
- cSigCjCom_DCheckBoxEvents : Mixin
Event interface for CheckBox Control
OnComClick()
OnComMouseDown(Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly)
OnComMouseMove(Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly)
OnComMouseUp(Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly)
OnComKeyDown(Short ByRef llKeyCode Short llShift)
OnComKeyPress(Short ByRef llKeyAscii)
OnComKeyUp(Short ByRef llKeyCode Short llShift)
OnComOLEDragOver(Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate)
OnComOLEDragDrop(Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly)
RegisterComEvents()
- cSigCjComCheckBox : cComActiveXControl
==============================================================================
CoClass
CheckBox Control
Construct_Object()
- String
ControlValue()
- String
retVal
Set(String sVal)
- cSigCjComDbCheckBox : cComDbActiveXControl
==============================================================================
CoClass
CheckBox Control
Construct_Object()
- String
ControlValue()
- String
retVal
Set(String sVal)
References (1):
Field References (0):
Module | Containing Symbol | Line |
---|