ContentControl.SetUncheckedSymbol Method
Sets the symbol used to represent the unchecked state of a check box content control.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetUncheckedSymbol ( _
CharacterNumber As Integer, _
Font As String _
)
'Usage
Dim instance As ContentControl
Dim CharacterNumber As Integer
Dim Font As String
instance.SetUncheckedSymbol(CharacterNumber, _
Font)
void SetUncheckedSymbol(
int CharacterNumber,
string Font
)
Parameters
- CharacterNumber
Type: System.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). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.
- Font
Type: System.String
The name of the font that contains the symbol.