TdxCustomRibbon.HelpButtonScreenTip Property
In This Article
Specifies a ScreenTip for the Ribbon Help Button.
#Declaration
Delphi
property HelpButtonScreenTip: TdxScreenTip read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
This property is deprecated, and is retained for backward compatibility purposes. Use the ScreenTip property instead, which is accessible via the Ribbon control’s HelpButton property.
See Also