GrapeCity MultiRow Windows Forms Documentation
InputScope Property


Gets or sets the Input Scope of the Cell.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the Input Scope of the cell.")>
Public Property InputScope As InputScopeNameValue
Dim instance As CellStyle
Dim value As InputScopeNameValue
 
instance.InputScope = value
 
value = instance.InputScope
[DefaultValue()]
[SRCategory("Behavior")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the Input Scope of the cell.")]
public InputScopeNameValue InputScope {get; set;}

Property Value

A InputScopeNameValue value. The default is InputScopeNameValue.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the InputScopeNameValue values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.