Spread Windows Forms 10.0 Product Documentation
AcceptsTabChar Property (GcMaskCellType)


Gets or sets how to process the Tab character when copying, cutting, or pasting a string.
Syntax
'Declaration
 
Public Property AcceptsTabChar As TabCharMode
'Usage
 
Dim instance As GcMaskCellType
Dim value As TabCharMode
 
instance.AcceptsTabChar = value
 
value = instance.AcceptsTabChar
public TabCharMode AcceptsTabChar {get; set;}

Property Value

A TabCharMode enumeration that indicates which mode the Tab character uses when copying, cutting, or pasting a string.
The default is TabCharMode.NoControl.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value is not a valid TabCharMode item.
Remarks
The TabCharMode.Cut setting causes GcMask to be similar to the standard TextBox when copying, cutting, or pasting a string.
Requirements

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

See Also

Reference

GcMaskCellType Class
GcMaskCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.