Version

Search Results

SymbolKeyword Constructor

Initializes a new SymbolKeyword. Syntax Parameters symbol Keyword symbol.target Keyword group

Target Enumeration

Specifies a keyword group. Syntax Members Member Description CharacterProperties Keywords related to character properties ColorTable Keywords related to color table Default Default keyword group DocumentProperties Keywords related to document properties Field Field related keywords FontTable Keywords related to fo...

ToggleKeyword Class

Defines a toggle keyword. Syntax

ToggleKeyword Class Fields

For a list of all members of this type, see ToggleKeyword members. Protected Fields Name Description _symbol Defines a keyword symbol. (Inherited from Infragistics.Documents.Reports.RTF.Keyword) _target Defines a keyword group. (Inherited from Infragistics.Documents.Reports.RTF.Keyword) Top

ToggleKeyword Class Members

Public Constructors Protected Fields Public Properties

ToggleKeyword Class Properties

Public Properties

Active Property (ToggleKeyword)

Gets or sets a boolean value indicating whether this keyword is active. Syntax

ToggleKeyword Constructor(Byte,Target)

Initializes a new ToggleKeyword. Syntax Parameters symbol Keyword symbol.target Keyword group

ToggleKeyword Constructor(Byte,Target,Boolean)

Initializes a new ToggleKeyword. Syntax Parameters symbol Keyword symbol.target Keyword groupactive A boolean value indicating whether this keyword is active.