FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / FillEffects Method
Current brush setting to paint object


In This Topic
FillEffects Method
In This Topic
Get the fill effect setting dialog.
Syntax
'Declaration
 
Public Shared Function FillEffects( _
   ByVal workbook As IWorkbook, _
   ByVal brush As Brush, _
   ByVal defaultBackgroundFillPatternColor As Color, _
   ByVal defaultBackgroundFillColor As Color, _
   Optional ByVal isFill As Boolean _
) As Form
 
'Usage
 
Dim workbook As IWorkbook
Dim brush As Brush
Dim defaultBackgroundFillPatternColor As Color
Dim defaultBackgroundFillColor As Color
Dim isFill As Boolean
Dim value As Form
 
value = BuiltInDialogs.FillEffects(workbook, brush, defaultBackgroundFillPatternColor, defaultBackgroundFillColor, isFill)

Parameters

workbook
brush
Current brush setting to paint object
defaultBackgroundFillPatternColor
defaultBackgroundFillColor
isFill

Return Value

The fill effect setting dialog.
See Also