Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonStyle Class / InputChars Property


In This Topic
    InputChars Property
    In This Topic
    Gets or sets the characters that react as input characters for the button.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The characters that react as input characters for the button.")>
    <CategoryAttribute("Behavior")>
    Public Property InputChars As Char()
    'Usage
     
    Dim instance As CalculatorButtonStyle
    Dim value() As Char
     
    instance.InputChars = value
     
    value = instance.InputChars
    [Description("The characters that react as input characters for the button.")]
    [Category("Behavior")]
    public char[] InputChars {get; set;}

    Property Value

    A character array that contains the characters that react as input characters for the button.
    Remarks

    An input character provides the same reaction as if the button were pressed. For example, adding "a" to the list of input characters for the "+" (addition) button will have the same result as if "+" we pressed.

    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