class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::SetElementValueMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::SetElementValueMessage
: public Wacom.Kiosk.Message.Shared.MessageBase
Message to set tablet view's button state to enabled/disabled.
Summary
| Members | Descriptions |
|---|---|
{property} string ElementName | The element name. |
{property} string Value | The element enabled state. |
public inline SetElementValueMessage(KioskClient sender) | |
public inline SetElementValueMessage WithName(string elementName) | Fluent sets the button name |
public inline SetElementValueMessage WithValue(string value) | Sets the enable/disable state. |
Members
{property} string ElementName
The element name.
{property} string Value
The element enabled state.
public inline SetElementValueMessage(KioskClient sender)
public inline SetElementValueMessage WithName(string elementName)
Fluent sets the button name
Parameters
elementNamethe button name
Returns
public inline SetElementValueMessage WithValue(string value)
Sets the enable/disable state.
Parameters
statetrue if enabled.