Class TFireGridCheckBoxPrimitive

Unit

Declaration

type TFireGridCheckBoxPrimitive = class(TFireEmbedGraphicPrimitive)

Description

Hierarchy

Overview

Methods

Public constructor Create(Parent: TFireGraphicPrimitive; NativeStyleUsed: Boolean = False); reintroduce;
Public destructor Destroy; override;
Public procedure SetText(const Text: String);
Public procedure SetChecked(Checked: Boolean);
Public function IsChecked: Boolean;
Public procedure SetFont(const Font: TFont);
Public function SizeHint: TSize; override;
Public function CheckBox: TCheckBox;
Protected procedure MouseOverEvent(const Pos: TPoint); override;
Protected procedure MouseOutEvent; override;

Description

Methods

Public constructor Create(Parent: TFireGraphicPrimitive; NativeStyleUsed: Boolean = False); reintroduce;
 
Public destructor Destroy; override;
 
Public procedure SetText(const Text: String);
 
Public procedure SetChecked(Checked: Boolean);
 
Public function IsChecked: Boolean;
 
Public procedure SetFont(const Font: TFont);
 
Public function SizeHint: TSize; override;
 
Public function CheckBox: TCheckBox;
 
Protected procedure MouseOverEvent(const Pos: TPoint); override;
 
Protected procedure MouseOutEvent; override;
 

Generated by PasDoc 0.15.0.