Class TIWBSNavBar
Unit
IWBSRegion
Declaration
type TIWBSNavBar = class(TIWBSCustomRegion)
Description
no description available, TIWBSCustomRegion description follows Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
Properties
 |
property Brand: string read FBrand write FBrand; |
 |
property BrandLink: string read FBrandLink write FBrandLink; |
 |
property BSFixed: TIWBSNavBarFixed read FFixed write FFixed default bsnvfxNone; |
 |
property BSFluid: boolean read FFluid write FFluid default False; |
 |
property BSInverse: boolean read FInverse write FInverse default False; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
|
Properties
 |
property Brand: string read FBrand write FBrand; |
|
 |
property BrandLink: string read FBrandLink write FBrandLink; |
|
 |
property BSFluid: boolean read FFluid write FFluid default False; |
|
 |
property BSInverse: boolean read FInverse write FInverse default False; |
|
Generated by PasDoc 0.14.0.
|