Gets the value of "Shift" property.
bool Shift() const
Returned value
Value of "Shift" property of the object, assigned to the class instance. If there is no object assigned, it returns false.
Sets new value for "Shift" property.
bool Shift( bool shift // new flag value )
Parameters
shift
[in] New value for "Shift" property.
true if successful, false if property hasn't changed.