TouchScreenButton.VisibilityMode/visibilityMode - multiple declarations
Function TouchScreenButton.visibilityMode
The button's visibility mode. See visibilitymode
for possible values.
TouchScreenButton . VisibilityMode visibilityMode() nothrow @property @nogc;
void visibilityMode
(
long v
) nothrow @property @nogc;
Enum TouchScreenButton.VisibilityMode
enum VisibilityMode
: int { ... }
Enum members
Name | Description |
---|---|
visibilityAlways
|
Always visible. |
visibilityTouchscreenOnly
|
Visible on touch screens only. |