SelectionData Class

Definition

Line 108 of System.Windows/TextView.cm

Constructors & Destructor

public nothrow SelectionData()
public nothrow SelectionData(const String<uchar>& selectedText_, int indent_, int numTrailingSpaces_)

Member Variables

public int indent
public int numTrailingSpaces
public String<uchar> selectedText

Constructor& Destructor Details

SelectionData Constructor

public nothrow SelectionData()

Definition
Line 110 of System.Windows/TextView.cm


SelectionData Constructor

public nothrow SelectionData(const String<uchar>& selectedText_, int indent_, int numTrailingSpaces_)

Definition
Line 113 of System.Windows/TextView.cm