Determines if a mouse click will be accepted by the control when the mouse is over a portion of the button that is "masked". This is to allow the use of transparency to allow skinnable buttons. This property will have no effect unless an image has been provided to the "Picture" property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ActiveOnMask As Boolean |
| C# | |
|---|
public bool ActiveOnMask {get; set;} |
Property Value
Boolean
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also