Check whether you can set the acceleration and deceleration values or whether they are specified in the file.
Read-only property
[Visual Basic .NET] |
---|
Public Property CanSetAccelDecel() As Boolean |
[C#] |
---|
public bool CanSetAccelDecel {get;} |
[Managed C++] |
---|
public: __property bool get_CanSetAccelDecel(); |
[Unmanaged C++] |
---|
public: HRESULT get_CanSetAccelDecel( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getCanSetAccelDecel(); |