Enumerations #
Name |
Values |
This class exposes no enumerations. |
|
Constants #
Name |
Type |
Value |
This class exposes no constants. |
|
|
Events #
Definition |
Parameters |
Return Type |
Description |
ContextPressed |
relativeX as Integer |
None |
Raised when the user right-clicks (or long-presses on mobile) the badge. |
relativeY as Integer |
pageX as Integer |
pageY as Integer |
DoublePressed |
relativeX as Integer |
None |
Raised when the user double-presses the badge. |
relativeY as Integer |
pageX as Integer |
pageY as Integer |
Pressed |
relativeX as Integer |
None |
Raised when the user clicks or presses the badge. |
relativeY as Integer |
pageX as Integer |
pageY as Integer |
Methods #
Definition |
Parameters |
Return Type |
Description |
This class exposes no methods. |
|
|
|
Properties #
Name |
Type |
Default Value |
Description |
Indicator |
WebUIControl.Indicators |
Default |
Bootstrap indicator applied to the badge. |
IsButton |
Boolean |
False |
When True, the badge will respond visually to cursor interaction. |
IsPill |
Boolean |
When True, the badge will display with more rounded edges. |
|
Text |
String |
Untitled |
Text of the badge. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.