Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.46 KB

File metadata and controls

53 lines (31 loc) · 1.46 KB

minisql.admin.fullclient.SqlSyntaxSpan

Home · Source file

SqlSyntaxSpan

struct SqlSyntaxSpan

Describes one syntax-colored UTF-16 range in the native SQL worksheet.

View source

Members

endOffset

endOffset

Stores the exclusive UTF-16 end offset used by the RichEdit control.

View source

kind

kind

Selects one of the SQL_STYLE_* presentation categories.

View source

startOffset

startOffset

Stores the inclusive UTF-16 start offset used by the RichEdit control.

View source