Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 163

ToolTip Control in C#.Net

Tooltips give you a brief description to the functionality of a certain control. Its Properties are:

Attributes Description
AutomaticDelay This affects the value of other delay properties.
AutoPopDelay Determines the time the tooltip will stay visible.
InitialDelay Determines the time to wait before the tooltip will pop out.
IsBalloon Specifies whether the tooltip should use a ballon-styled window.
ToolTipIcon An optional action shown to the left of the tooltip window.
ToolTipTitle Adds a title to the tooltip message.