Class: cSigCJPropertyGridItemButton_Mixin

Module location: cSigCJPropertyGrid.pkg line 1623 (view source)

--------------------------------------------------- Mixin Class : cSigCJPropertyGridItemButton_Mixin ---------------------------------------------------

Class Hierarchy:

cObjectMixincSigCJPropertyGridItemButton_Mixin

Class Definition

Properties

BooleanPrivate.pbButtonEnabled
HandlePrivate.phoButtonObject
IntegerPrivate.piButtonID
IntegerPrivate.piButtonWidth
StringPrivate.psButtonCaption
StringPrivate.psButtonImage
StringPrivate.psButtonToolTip

Functions and Procedures

Define_Item_Button_Properties()
OnClick()
Fired when ever a combo is dropped down or expand button clicked
BooleanpbButtonEnabled()
IntegerpiButtonID()
IntegerpiButtonIndex()
--------------------------------------------------- Function : piButtonIndex Scope : Read Only Paramaters : None Returns : Integer Purpose : Retrieves index of button in array of item's buttons Notes : ---------------------------------------------------
IntegerpiButtonWidth()
StringpsButtonCaption()
StringpsButtonImage()
StringpsButtonTooltip()
VariantpvItem()
--------------------------------------------------- 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()