次の方法で共有


ContentControl.SetCheckedSymbol(Int32, String) メソッド

定義

チェック ボックス コンテンツ コントロールのオン状態を表す記号を設定します。

public void SetCheckedSymbol (int CharacterNumber, string Font = "");
abstract member SetCheckedSymbol : int * string -> unit
Public Sub SetCheckedSymbol (CharacterNumber As Integer, Optional Font As String = "")

パラメーター

CharacterNumber
Int32

The Unicode character number for the specified symbol. This value will always be the sum of 31 (the number of control symbols at the beginning of the font) and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). たとえば、シンボル フォントのシンボル テーブルの位置 37 でデルタ文字を指定するには、68 に設定 CharacterNumber します。

Font
String

該当する記号を含むフォントの名前を指定します。

適用対象