Qyoto.QColorDialog.TestOption C# (CSharp) Method

TestOption() public method

public TestOption ( QColorDialog option ) : bool
option QColorDialog
return bool
        public bool TestOption(QColorDialog.ColorDialogOption option)
        {
            return (bool) interceptor.Invoke("testOption$", "testOption(QColorDialog::ColorDialogOption) const", typeof(bool), typeof(QColorDialog.ColorDialogOption), option);
        }