| Package | stimulsoft.report.styles |
| Class | public class StiDialogStyle |
| Inheritance | StiDialogStyle StiBaseStyle StiObject Object |
| Property | Defined By | ||
|---|---|---|---|
| allowUseBackColor : Boolean Gets or sets a value which indicates whether a report engine can use BackColor for dialog controls. | StiDialogStyle | ||
| allowUseFont : Boolean Gets or sets a value which indicates whether a report engine can use Font for dialog controls. | StiDialogStyle | ||
| allowUseForeColor : Boolean Gets or sets a value which indicates whether a report engine can use ForeColor for dialog controls. | StiDialogStyle | ||
| backColor : StiColor Gets or sets a background color for drawing this style. | StiDialogStyle | ||
![]() | collectionName : String Gets or sets a name of the styles collection. | StiBaseStyle | |
![]() | conditions : StiStyleConditionsCollection Gets or sets a collection of the style conditions. | StiBaseStyle | |
![]() | description : String Gets or sets the style description. | StiBaseStyle | |
| font : StiFont Gets or sets the font for drawing this style. | StiDialogStyle | ||
| foreColor : StiColor Gets or sets a foreground color for drawing this style. | StiDialogStyle | ||
![]() | name : String Gets or sets a style name. | StiBaseStyle | |
![]() | ref : int | StiBaseStyle | |
![]() | report : StiReport | StiBaseStyle | |
| Method | Defined By | ||
|---|---|---|---|
StiDialogStyle(name:String, description:String, report:StiReport = null) | StiDialogStyle | ||
![]() | clone(... args):Object [override] | StiBaseStyle | |
![]() | StiBaseStyle | ||
![]() | StiBaseStyle | ||
![]() | StiBaseStyle | ||
![]() | equals(object:Object):Boolean [override] | StiBaseStyle | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | [static] | StiBaseStyle | |
![]() | getStyleFromComponent(component:StiComponent, styleElements:int):void | StiBaseStyle | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiBaseStyle | |
![]() | setStyleToComponent(component:StiComponent):void | StiBaseStyle | |
| allowUseBackColor | property |
allowUseBackColor:BooleanGets or sets a value which indicates whether a report engine can use BackColor for dialog controls.
public function get allowUseBackColor():Boolean public function set allowUseBackColor(value:Boolean):void| allowUseFont | property |
allowUseFont:BooleanGets or sets a value which indicates whether a report engine can use Font for dialog controls.
public function get allowUseFont():Boolean public function set allowUseFont(value:Boolean):void| allowUseForeColor | property |
allowUseForeColor:BooleanGets or sets a value which indicates whether a report engine can use ForeColor for dialog controls.
public function get allowUseForeColor():Boolean public function set allowUseForeColor(value:Boolean):void| backColor | property |
backColor:StiColorGets or sets a background color for drawing this style.
public function get backColor():StiColor public function set backColor(value:StiColor):void| font | property |
font:StiFontGets or sets the font for drawing this style.
public function get font():StiFont public function set font(value:StiFont):void| foreColor | property |
foreColor:StiColorGets or sets a foreground color for drawing this style.
public function get foreColor():StiColor public function set foreColor(value:StiColor):void| StiDialogStyle | () | Constructor |
public function StiDialogStyle(name:String, description:String, report:StiReport = null)name:String | |
description:String | |
report:StiReport (default = null) |