Kimono.KHTMLPart.SetSuppressedPopupIndicator C# (CSharp) Method

SetSuppressedPopupIndicator() public method

public SetSuppressedPopupIndicator ( bool enable ) : void
enable bool
return void
        public void SetSuppressedPopupIndicator(bool enable)
        {
            interceptor.Invoke("setSuppressedPopupIndicator$", "setSuppressedPopupIndicator(bool)", typeof(void), typeof(bool), enable);
        }

Same methods

KHTMLPart::SetSuppressedPopupIndicator ( bool enable, KHTMLPart originPart ) : void
KHTMLPart