Class: cSigCJPropertyGridItemButton_Mixin
---------------------------------------------------
Mixin Class : cSigCJPropertyGridItemButton_Mixin
---------------------------------------------------
Class Hierarchy:
cObject

Mixin


cSigCJPropertyGridItemButton_MixinClass Definition
Properties
Boolean
Private.pbButtonEnabled
Handle
Private.phoButtonObject
Integer
Private.piButtonID
Integer
Private.piButtonWidth
String
Private.psButtonCaption
String
Private.psButtonImage
String
Private.psButtonToolTip
Functions and Procedures

Define_Item_Button_Properties()

OnClick()
Fired when ever a combo is dropped down or expand button clicked
Boolean
pbButtonEnabled()
Integer
piButtonID()
Integer
piButtonIndex()
---------------------------------------------------
Function : piButtonIndex
Scope : Read Only
Paramaters : None
Returns : Integer
Purpose : Retrieves index of button in array of item's buttons
Notes :
---------------------------------------------------
Integer
piButtonWidth()
String
psButtonCaption()
String
psButtonImage()
String
psButtonTooltip()
Variant
pvItem()
---------------------------------------------------
Function : pvItem
Scope : Read Only
Paramaters : None
Returns : Variant (IdDispatch)
Purpose : Retrieves the parent property grid item for this button (item that this button is drawn in).
Notes :
---------------------------------------------------

Set(String sCaption)

Set(Boolean bEnabled)

Set(String sTooltip)

Set(String sImage)

Set(Integer iID)

Set(Integer iWidth)

Set_Item_Button_Properties()