Skip to main content
A newer version of this page is available.
All docs
V19.2

ToolTipItemImageOptions(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ToolTipItemImageOptions class with specified settings. For internal use.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[SecurityCritical]
public ToolTipItemImageOptions(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Name Type Description
info SerializationInfo

For internal use.

context StreamingContext

For internal use.

See Also