Qyoto.QWidget.IsRightToLeft C# (CSharp) Method

IsRightToLeft() public method

public IsRightToLeft ( ) : bool
return bool
        public bool IsRightToLeft()
        {
            return (bool) interceptor.Invoke("isRightToLeft", "isRightToLeft() const", typeof(bool));
        }
QWidget