IVsFontAndColorEvents.OnApply Method

Called by the environment when user has clicked the OK or Apply button on the Fonts and Colors property page in the Options dialog box.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function OnApply As Integer
'Usage
Dim instance As IVsFontAndColorEvents 
Dim returnValue As Integer 

returnValue = instance.OnApply()
int OnApply()
int OnApply()
function OnApply() : int

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsFontAndColorEvents Interface

IVsFontAndColorEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace