Search
VirtualKeyboard.ApplyTheme Method (Stream)
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 (
    Stream stream
)

Visual Basic  Copy Code

Public Sub ApplyTheme( _
    stream As Stream _
)

 Parameters

stream

A Stream from which to load theme attributes.

 See Also