TdxCustomRibbon.HelpButtonScreenTip Property
Specifies a ScreenTip for the Ribbon Help Button.
Declaration
property HelpButtonScreenTip: TdxScreenTip read; write;
Property Value
Type |
---|
TdxScreenTip |
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