Click or drag to resize

FontViewFontChangingHandler Delegate

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void FontChangingHandler(
	string FontName,
	bool Enabled,
	ref bool Cancel
)

Parameters

FontName
Type: SystemString
Enabled
Type: SystemBoolean
Cancel
Type: SystemBoolean
See Also