Kimono.KHTMLPart.IsCaretMode C# (CSharp) Méthode

IsCaretMode() public méthode

Returns whether caret mode is on/off.
public IsCaretMode ( ) : bool
Résultat bool
        public bool IsCaretMode()
        {
            return (bool) interceptor.Invoke("isCaretMode", "isCaretMode() const", typeof(bool));
        }
KHTMLPart