ContentControl.SetUncheckedSymbol(Int32, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
チェック ボックス コンテンツ コントロールのオフ状態を表す記号を設定します。
public void SetUncheckedSymbol (int CharacterNumber, string Font = "");
abstract member SetUncheckedSymbol : int * string -> unit
Public Sub SetUncheckedSymbol (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
該当する記号を含むフォントの名前を指定します。