Search Results for

    Show / Hide Table of Contents

    Class FeedbackControl

    Inheritance
    System.Object
    FeedbackControl
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class FeedbackControl : Control

    Constructors

    FeedbackControl()

    Declaration
    public FeedbackControl()

    Fields

    FeedbackProperty

    Declaration
    public static readonly DependencyProperty FeedbackProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FeedbackSentProperty

    Declaration
    public static readonly DependencyProperty FeedbackSentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    QuestionProperty

    Declaration
    public static readonly DependencyProperty QuestionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    RatingProperty

    Declaration
    public static readonly DependencyProperty RatingProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SaveFeedbackCommandProperty

    Declaration
    public static readonly DependencyProperty SaveFeedbackCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TelemetryDisabledTextProperty

    Declaration
    public static readonly DependencyProperty TelemetryDisabledTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TelemetryEnabledProperty

    Declaration
    public static readonly DependencyProperty TelemetryEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Feedback

    Declaration
    public string Feedback { get; set; }
    Property Value
    Type Description
    System.String

    FeedbackSent

    Declaration
    public bool FeedbackSent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Question

    Declaration
    public string Question { get; set; }
    Property Value
    Type Description
    System.String

    Rating

    Declaration
    public int Rating { get; set; }
    Property Value
    Type Description
    System.Int32

    SaveFeedbackCommand

    Declaration
    public ICommand SaveFeedbackCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    TelemetryEnabled

    Declaration
    public bool TelemetryEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • FeedbackControl()
    • Fields
      • FeedbackProperty
      • FeedbackSentProperty
      • QuestionProperty
      • RatingProperty
      • SaveFeedbackCommandProperty
      • TelemetryDisabledTextProperty
      • TelemetryEnabledProperty
    • Properties
      • Feedback
      • FeedbackSent
      • Question
      • Rating
      • SaveFeedbackCommand
      • TelemetryEnabled
    • Methods
      • OnApplyTemplate()
    • Extension Methods
    Back to top Generated by DocFX