Class OutlineRange
Represents individual outlining section that can appear in the Edit control.
public class OutlineRange : Range, IOutlineRange, IRange, ICloneable
- Inheritance
-
OutlineRange
- Implements
- Derived
Constructors
- OutlineRange()
Initializes a new instance of the
OutlineRange
class with default settings.
- OutlineRange(Point, Point, int, string)
Initializes a new instance of the
OutlineRange
class with specified parameters.
- OutlineRange(Point, Point, int, string, bool)
Initializes a new instance of the
OutlineRange
class with specified parameters.
Properties
- CanExpand
Gets a value indicating whether an outlining section can be expanded.
- DisplayText
Represents text substituting collapsed outline section if outline buttons are displayed.
- Level
Represents level of outline nesting for the outline section.
- Text
Represents text substituting collapsed outline section.
- Visible
Gets or sets a value indicating whether outline section is visible (expanded).
Methods
- Clone()
Creates a new object that is a copy of the current
IOutlineRange
object.