Class TIWBSCustomButton

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSCustomButton = class(TIWBSCustomControl)

Description

Base class for TIWBSButton and TIWBSDropDown

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;

Properties

Published property BSBlockLevel: boolean read FBlockLevel write SetBlockLevel;
Published property BSButtonSize: TIWBSSize read FButtonSize write FButtonSize default bsszDefault;
Published property BSButtonStyle: TIWBSButtonStyle read FButtonStyle write SetButtonStyle default bsbsDefault;
Published property BSGlyphicon: string read FGlyphicon write SetGlyphicon;
Published property Caption;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 

Properties

Published property BSBlockLevel: boolean read FBlockLevel write SetBlockLevel;

Boostrap Block Level Button
http://getbootstrap.com/css/#buttons-sizes

Published property BSButtonSize: TIWBSSize read FButtonSize write FButtonSize default bsszDefault;

Boostrap Button Size
http://getbootstrap.com/css/#buttons-sizes

Published property BSButtonStyle: TIWBSButtonStyle read FButtonStyle write SetButtonStyle default bsbsDefault;

Bootstrap Button Style
http://getbootstrap.com/css/#buttons-options

Published property BSGlyphicon: string read FGlyphicon write SetGlyphicon;

Bootstrap Glyphicon
http://getbootstrap.com/components/#glyphicons

Published property Caption;

Button Caption


Generated by PasDoc 0.14.0.