ConditionalFormatting Constructor (EnumConditionalFormatType, IFormatParams)

Krypton OutlookGrid

ConditionalFormatting Constructor (EnumConditionalFormatType, IFormatParams)
Krypton OutlookGrid v1.6.0
Initializes a new instance of the ConditionalFormatting class. (Only use for context menu !)

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public ConditionalFormatting(
	EnumConditionalFormatType formatType,
	IFormatParams formatParams
)
Public Sub New ( 
	formatType As EnumConditionalFormatType,
	formatParams As IFormatParams
)

Parameters

formatType
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingEnumConditionalFormatType
Type of the Conditional Formatting.
formatParams
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingIFormatParams
The Conditional Formatting parameters.
See Also