GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : AllowSpace Property |
'Declaration Public Property AllowSpace As AllowSpace
'Usage Dim instance As GcComboBoxCellType Dim value As AllowSpace instance.AllowSpace = value value = instance.AllowSpace
public AllowSpace AllowSpace {get; set;}
Use the AllowSpace property to specify which kind of space is allowed in the text.
If AllowSpace is None, GcComboBox does not accept spaces. The AllowSpace.Narrow setting means the SBCS space is allowed. The AllowSpace.Wide setting means the DBCS space is allowed. The AllowSpace.Both setting means all kinds of spaces are allowed.
If the AutoConvert property is true and AllowSpace is AllowSpace.Wide, the control automatically converts the SBCS space to DBCS space when the user enters a SBCS space. The Format(Object,Boolean) property is always used with the AllowSpace property.Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10