MacrosManager.AddCharToMacros Method

T3000 CrossPlatform

MacrosManagerAddCharToMacros Method

[This is preliminary documentation and is subject to change.]

Adds the char to current macro

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void AddCharToMacros(
	char c,
	Keys modifiers
)
Public Sub AddCharToMacros ( 
	c As Char,
	modifiers As Keys
)

Dim instance As MacrosManager
Dim c As Char
Dim modifiers As Keys

instance.AddCharToMacros(c, modifiers)

Parameters

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.MacrosManager.AddCharToMacros(System.Char,System.Windows.Forms.Keys)"]

modifiers
Type: System.Windows.FormsKeys

[Missing <param name="modifiers"/> documentation for "M:FastColoredTextBoxNS.MacrosManager.AddCharToMacros(System.Char,System.Windows.Forms.Keys)"]

See Also