Skip to main content
A newer version of this page is available.

SuperToolTip(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the SuperToolTip class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public SuperToolTip(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Name Type Description
info SerializationInfo

A SerializationInfo object.

context StreamingContext

A StreamingContext object.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also