Glossary Item Box

LabDevTools Send comments on this topic.

PushButtonColor

Gets or sets the color of the button of the control.

 

[Visual Basic]
Public Property PushButtonColor As Color
 
[C#]
public Color PushButtonColor
{get; set;}
Observations:

Of default it is Drawing.Color.FromArgb(255, 128, 128, 128).

See also:

Border | BorderColor | Led | OffLedColor | OnLedColor

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.