AD
Administrator
Syncfusion Team
July 14, 2004 04:20 PM UTC
Hi Scott,
- The IndentType property allows you to set the type of Indent that you want the EditControl to use. The possible values are:Block, None and Smart.
- If the KeepTabs property is set to true, when the Tab key is pressed, tab spaces (of size value specified by IndentSize property) are added to that particular line in the EditControl.
- If the KeepTabs property is false, when the Tab key is pressed, individual spaces (number of spaces added is equal to the IndentSize property value) are added instead of tabs, to that particular line in the EditControl.
- The SmartIndent Method Automatically indents the smart-indent character at the specified location.
Regards
Arun