Property IsGeneric
IsGeneric
Determines whether the current instance represents a generic button type rather than a platform-specific implementation.
[Browsable(false)]
public bool IsGeneric { get; }
Property Value
- bool
true if the button is not associated with an IButtonHandler; otherwise, false.
Remarks
Use this method to distinguish between generic button instances and those that are bound to a specific platform handler. This distinction may affect how the button behaves or is rendered in different environments.