Метод | Описание | |
---|---|---|
LanguageFormatCommand ( ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
|
|
LanguageFormatCommand ( string title ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
|
|
LanguageFormatCommand ( string title, string prefix ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
|
|
LanguageFormatCommand ( string title, string prefix, string postfix ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
|
public LanguageFormatCommand ( string title ) : System | ||
title | string | The title for the menu item. |
Результат | System |
public LanguageFormatCommand ( string title, string prefix ) : System | ||
title | string | The title for the menu item. |
prefix | string | The prefix to insert. |
Результат | System |
public LanguageFormatCommand ( string title, string prefix, string postfix ) : System | ||
title | string | The title for the menu item. |
prefix | string | The prefix to insert. |
postfix | string | The postfix to insert. |
Результат | System |