Search
FontPickerForm Constructor (IStyle)
See Also
 






Initializes a new instance of the FontPickerForm class.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public FontPickerForm (
    IStyle style
)

Visual Basic  Copy Code

Public New ( _
    style As IStyle _
)

 Parameters

style

The style to use to initialize the form.

 See Also