SetFontFormattingOption(FontFormattingType,Object) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > FieldPartVisual Class > SetFontFormattingOption Method : SetFontFormattingOption(FontFormattingType,Object) Method



formattingType
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub SetFontFormattingOption( _
   ByVal formattingType As FieldPartVisual.FontFormattingType, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As FieldPartVisual
Dim formattingType As FieldPartVisual.FontFormattingType
Dim value As Object
 
instance.SetFontFormattingOption(formattingType, value)
C#  
public void SetFontFormattingOption( 
   FieldPartVisual.FontFormattingType formattingType,
   object value
)
C++/CLI  
public:
void SetFontFormattingOption( 
   FieldPartVisual.FontFormattingType formattingType,
   Object^ value
) 

Parameters

formattingType
value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also