Search
VirtualKeyboard.ApplyTheme Method (String)
See Also
 






Applies a theme to the keyboard and its keys.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public void ApplyTheme (
    string fileName
)

Visual Basic  Copy Code

Public Sub ApplyTheme( _
    fileName As String _
)

 Parameters

fileName

The file from which to load theme attributes.

 See Also