ToggleKeyStyleKeyOverride Property
Gets the type by which the element is styled.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
protected override Type StyleKeyOverride { get; }
abstract StyleKeyOverride : Type with get
override StyleKeyOverride : Type with get
Property Value
Type
Usually controls are styled by their own type, but there are instances where you want
an element to be styled by its base type, e.g. creating SpecialButton that
derives from Button and adds extra functionality but is still styled as a regular
Button. Override this property to change the style for a control class, returning the
type that you wish the elements to be styled as.