'Declaration Public Sub SetSpecialFormat( _ ByVal specialFormat As Field.SpecialFormat _ )
public void SetSpecialFormat( Field.SpecialFormat specialFormat )
Parameters
- specialFormat
- The special format to use.
Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams.
'Declaration Public Sub SetSpecialFormat( _ ByVal specialFormat As Field.SpecialFormat _ )
public void SetSpecialFormat( Field.SpecialFormat specialFormat )