Interface IOutlineRange
Represents individual outlining section that can appear in the Edit control.
public interface IOutlineRange : IRange, ICloneable
Properties
- CanExpand
When implemented by a class, gets a boolean value indicating whether an outlining section can be expanded.
- DisplayText
When implemented by a class, represents text substituting collapsed outline section if outline buttons are displayed.
- Level
When implemented by a class, represents level of outline nesting for the outline section.
- Text
When implemented by a class, represents text substituting collapsed outline section.
- Visible
When implemented by a class, gets or sets a value indicating whether outline section is visible (expanded).