API:Vcl.RibbonActnCtrls.TRibbonRichContentItem.DrawShadowedText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawShadowedText(Rect: TRect; Flags: Cardinal; Text: string;  TextColor: TColor; ShadowColor: TColor); override;

C++

virtual void __fastcall DrawShadowedText(const System::Types::TRect &Rect, unsigned Flags, System::UnicodeString Text, System::Uitypes::TColor TextColor, System::Uitypes::TColor ShadowColor);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonRichContentItem

Description

Draws the text on the control.

Vcl.RibbonActnCtrls.TRibbonRichContentItem.DrawShadowedText inherits from Vcl.RibbonActnCtrls.TRibbonMenuItem.DrawShadowedText. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonMenuItem.DrawShadowedText.

Draws the text on the control.

The DrawShadowedText method draws the text with the TextColor and the ShadowColor on the control, within the area specified by PaintRect.

See Also