[]
Initializes a new instance of the IconNotify class.
public IconNotify()
Public Sub New()
Initializes a new instance of the IconNotify class.
public IconNotify(string iconTip)
Public Sub New(iconTip As String)
Type | Name | Description |
---|---|---|
string | iconTip | A string value that is displayed when hovering over the Icon. |
Initializes a new instance of this class.
public IconNotify(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |