public static void SetState(DependencyObject d, RemoteControlType value)
 {
     d.SetValue(RemoteControlVisualStateHelper.StateProperty, value);
 }
Ejemplo n.º 2
0
 protected String HandleRemoteControl(RemoteControlType rcType)
 {
     return(agentListener.SupportsRemoteControl && agentListener.HandleRemoteControl(rcType)
                         ? kRemoteCommandOK
                         : "");
 }