UIAutomation.HasControlInputCmdletBase.GetColorProbe C# (CSharp) Method

GetColorProbe() protected method

protected GetColorProbe ( HasControlInputCmdletBase cmdlet, IUiElement element ) : bool
cmdlet HasControlInputCmdletBase
element IUiElement
return bool
        protected bool GetColorProbe(HasControlInputCmdletBase cmdlet,
                                     IUiElement element)
        {
            bool result = false;
            
            //NativeMethods.getpi
            
            
            
            return result;
        }