Get whether to use Shift/Rotate.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseShiftRotate() As Boolean |
[C#] |
---|
public bool UseShiftRotate {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseShiftRotate(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseShiftRotate( VARIANT_BOOL * useSD ); public: HRESULT put_UseShiftRotate( VARIANT_BOOL useSD ); |
[Java] |
---|
public bool getUseShiftRotate(); public void setUseShiftRotate( bool ); |