public ControlHintInfo(
string text,
Font font,
Color forecolor,
ControlHintType hintType
)
Public Sub New (
text As String,
font As Font,
forecolor As Color,
hintType As ControlHintType
)
Dim text As String
Dim font As Font
Dim forecolor As Color
Dim hintType As ControlHintType
Dim instance As New ControlHintInfo(text, font,
forecolor, hintType)
public:
ControlHintInfo(
String^ text,
Font^ font,
Color forecolor,
ControlHintType hintType
)
new :
text : string *
font : Font *
forecolor : Color *
hintType : ControlHintType -> ControlHintInfo
No code example is currently available or this language may not be supported.