IPostDataRemoveElement Method |
Version 55.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax bool RemoveElement(
IPostDataElement element
)
bool RemoveElement(
IPostDataElement^ element
)
Parameters
- element
- Type: CefSharpIPostDataElement
element to be removed.
Return Value
Type:
Boolean Returns true if the add succeeds.
See Also