Color Dialogue Box Control Properties in VB.NET
Know the Color Dialogue Box Control Properties in VB.NET?
Explanation
Color Dialogue Box Control Properties
Following table lists the Properties, Methods, Events used commonly with the ColorDialog Control in Visual Basic.net 2008.
Properties |
Description |
AllowFullOpen |
Property gets or sets whether the user can use the dialog box to define custom colors. |
AnyColor |
Property gets or sets whether a dialog box displays all available colors in the set of basic colors. |
Color |
Property gets or sets the color selected by the user. |
FullOpen |
Property used to get or set whether the controls used to create custom colors are visible. |
ShowColorOnly |
Property used to set or get whether the dialog box will restrict users to select solid colors only. |
ShowHelp |
Property used to set or get whether the dialog box displays Help button. |
Methods:
Method |
Description |
Reset |
Method used to reset all dialog options to default values. |
ShowDialog |
Method shows the dialog box. |
Events:
Events |
Description |
HelpRequest |
Triggered when the user clicks the Help Button. |