TVistaButtonParentBgNeeded Property

Gets or sets whether TVistaButton needs to get background from its parent. If it draws on the entire surface of the control, the parent's background isn't needed. If Radius property is not 0, then parent's background is needed. If one of the opacities (either background or foreground opacity) is less then full opaque, then this is ignored, and background is got from the parent.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected override bool ParentBgNeeded { get; }

Property Value

Boolean

See Also