Kimono.KHTMLPart.CurrentFrame C# (CSharp) Method

CurrentFrame() public method

Return the current frame (the one that has focus) Not necessarily a direct child of ours, framesets can be nested. Returns "this" if this part isn't a frameset.
public CurrentFrame ( ) : KParts.ReadOnlyPart
return KParts.ReadOnlyPart
        public KParts.ReadOnlyPart CurrentFrame()
        {
            return (KParts.ReadOnlyPart) interceptor.Invoke("currentFrame", "currentFrame() const", typeof(KParts.ReadOnlyPart));
        }
KHTMLPart