Selection.ExtendMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if Extend mode is active.
public:
property bool ExtendMode { bool get(); void set(bool value); };
public bool ExtendMode { get; set; }
member this.ExtendMode : bool with get, set
Public Property ExtendMode As Boolean
Property Value
Remarks
This property returns True if Extend mode is active, and False if not.
When Extend mode is active, the Extend
argument of the following methods is True by default: EndKey(Object, Object), HomeKey(Object, Object), MoveDown(Object, Object, Object), MoveLeft(Object, Object, Object), MoveRight(Object, Object, Object), and MoveUp(Object, Object, Object). Also, the letters "EXT" appear on the status bar.
This property can only be set during run time. The Extend
arguments of the EndOf(Object, Object) and StartOf(Object, Object) methods are not affected by this property.